Skip to content

Microservice daemon which publishes news from vk.com into gitter.im

License

Notifications You must be signed in to change notification settings

LaravelRUS/laravel-news-deamon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News Daemon

Async bot based on Laravel 5.3 components and ReactPHP core.

This is PHP microservice which publishes news from vk.com to gitter.im

Requirements

  • PHP 7.0+
  • PHP Socket extension
  • PHP Curl extension
  • PHP Multibyte extension
  • Composer

Installation

  • composer install

Usage

  • Setting up a .env variables (see example)
  • Run:
    • Windows: composer run-windows or start php -f ./news-service
    • Linux: composer run-linux or nohup php -f ./news-service > /dev/null 2>&1 &
    • Others: php news-service

About

Microservice daemon which publishes news from vk.com into gitter.im

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages