This project provides a framework for building bots with php.
It's currently unix-only as only pcntl is supported for multitasking.
- PHP 7
- pcntl
Or Docker
First of all, you'll need to install dependencies using composer
$ # Install composer
$ curl -Ss https://getcomposer.org/installer |php -- --install-dir=/usr/local/bin
$ mv /usr/local/bin/composer.phar /usr/local/bin/composer
$ # Then install dependencies
$ composer install$ docker-compose up -d
$ docker exec -it pbf_php_1 bash
# composer installWell ... It's not working yet.