Skip to content

Getting Started

Ehsan Abbasi edited this page Apr 17, 2017 · 15 revisions

Requirements

  • PHP 7.0+ (PHPUnit 6 requires PHP 7. If you cannot update PHP you should update composer.json accordingly by removing phpunit/phpunit and changing "php": ">=7" to "php": ">=YOUR_PHP_VERSION")
  • Slack team

Installation

Using composer:

composer create-project slackbot/slackbot
Clone this wiki locally