Download the PHP package addcnos/laravel-gateway-worker without Composer
On this page you can find all versions of the php package addcnos/laravel-gateway-worker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download addcnos/laravel-gateway-worker
More information about addcnos/laravel-gateway-worker
Files in addcnos/laravel-gateway-worker
Download addcnos/laravel-gateway-worker
More information about addcnos/laravel-gateway-worker
Files in addcnos/laravel-gateway-worker
Vendor addcnos
Package laravel-gateway-worker
Short Description gateway-worker for laravel
License MIT
Homepage https://github.com/addcnos/laravel-gateway-worker
Package laravel-gateway-worker
Short Description gateway-worker for laravel
License MIT
Homepage https://github.com/addcnos/laravel-gateway-worker
Keywords laravelgateway-worker
Please rate this library. Is it a good library?
Informations about the package laravel-gateway-worker
Gateway Worker For Laravel/Lumen
Installation
Laravel
composer require addcnos/laravel-gateway-worker
publish
php artisan vendor:publish --provider="Addcnos\GatewayWorker\GatewayWorkerServiceProvider"
Lumen
copy config
cp vendor/addcnos/laravel-gateway-worker/config/gatewayworker.php config
edit bootstrap/app.php
, add
$app->register(Addcnos\GatewayWorker\GatewayWorkerServiceProvider::class);
// ...
$app->configure('gatewayworker');
Usage
php artisan gateway-worker:serve [start|stop|restart|status|connections|help]
for help
php artisan gateway-worker:serve --help
Cluster
Cluster
Role | IP | Command |
---|---|---|
Register | 192.168.1.101 | php artisan gateway-worker:serve --register --register-bind=0.0.0.0:1215 |
Gateway | 192.168.2.102-105 | php artisan gateway-worker:serve --gateway --gateway-bind=0.0.0.0:1216 --register-address=192.168.1.101:1215 --lan-ip=192.168.1.xxx |
Businessworker | 192.168.1.106-110 | php artisan gateway-worker:serve --businessworker --register-address=192.168.1.101:1215 |
In One
php artisan --register --gateway --businessworker
All versions of laravel-gateway-worker with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
illuminate/support Version ^5.7|^6.0|^7.0|^8.0
illuminate/console Version ^5.7|^6.0|^7.0|^8.0
workerman/gateway-worker Version ^3.0
workerman/gatewayclient Version ^3.0
workerman/workerman Version ^3.5
illuminate/support Version ^5.7|^6.0|^7.0|^8.0
illuminate/console Version ^5.7|^6.0|^7.0|^8.0
workerman/gateway-worker Version ^3.0
workerman/gatewayclient Version ^3.0
workerman/workerman Version ^3.5
The package addcnos/laravel-gateway-worker contains the following files
Loading the files please wait ....