Async bot based on Laravel 5.3 components and ReactPHP core.
This is PHP microservice which publishes news from vk.com to gitter.im
- PHP 7.0+
- PHP Socket extension
- PHP Curl extension
- PHP Multibyte extension
- Composer
composer install
- Setting up a
.env
variables (see example) - Run:
- Windows:
composer run-windows
orstart php -f ./news-service
- Linux:
composer run-linux
ornohup php -f ./news-service > /dev/null 2>&1 &
- Others:
php news-service
- Windows: