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
.envvariables (see example) - Run:
- Windows:
composer run-windowsorstart php -f ./news-service - Linux:
composer run-linuxornohup php -f ./news-service > /dev/null 2>&1 & - Others:
php news-service
- Windows: