Looking to hire Laravel developers? Try LaraJobs

laravel-gateway-worker maintained by bvtvd

Description
a php socket framework package for laravel power by Workerman
Author
Last update
2018/12/04 11:06 (dev-develop)
License
Links
Downloads
577

Comments
comments powered by Disqus

Laravel GatewayWorker

About

This package is based on GatewayWorker which is used for socket application.

Quick Start

composer require bvtvd/laravel-gateway-worker
php artisan vendor:publish --provider="bvtvd\GatewayWorker\GatewayWorkerServiceProvider"
php artisan gatewayworker:install

run application

php artisan gatewayworker start

run application in daemon

php artisan gatewayworker start --daemon

other command

php artisan gatewayworker [stop | restart | reload | status]

Develop

  • you can see GatewayWorker docs here
  • app/GatewayWorker is the main directory for develop. YourApp is an Example for reference.