Download the PHP package tripteki/laravelphp-supervisor without Composer
On this page you can find all versions of the php package tripteki/laravelphp-supervisor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tripteki/laravelphp-supervisor
More information about tripteki/laravelphp-supervisor
Files in tripteki/laravelphp-supervisor
Download tripteki/laravelphp-supervisor
More information about tripteki/laravelphp-supervisor
Files in tripteki/laravelphp-supervisor
Vendor tripteki
Package laravelphp-supervisor
Short Description Trip Teknologi's Laravel.php Supervisor
License MIT
Homepage https://github.com/tripteki/laravelphp-supervisor
Package laravelphp-supervisor
Short Description Trip Teknologi's Laravel.php Supervisor
License MIT
Homepage https://github.com/tripteki/laravelphp-supervisor
Please rate this library. Is it a good library?
Informations about the package laravelphp-supervisor
Supervisor
This package provides supervisor-like, async-like, child-process-like, etc to build event-listener driven with little painless for your Laravel Project.
Getting Started
Installation :
How to use :
- Publish config file into your project's directory with running :
Usage
php artisan supervisor:<option>
Option
start ...
: Start the supervisor.- foreground (default)
- background
reload
: Reload the background supervisor.stop
: Stop the background supervisor /ctrl + c
for foreground supervisor.status
: Show the status of background supervisor.startup
: Generateecosystem.json
supervisor startup configuration, do not forget to stop your supervisor process perproject, then see this to know how to get started.
Snippet
Author
- Trip Teknologi (@tripteki)
- Hasby Maulana (@hsbmaulana)
All versions of laravelphp-supervisor with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0.2
ext-swoole Version *
tripteki/laravelphp-notification Version ^1.0.0
guzzlehttp/guzzle Version ^7.5.0
laravel/octane Version ^1.3.9
beyondcode/laravel-websockets Version ^2.0.0-beta.37
pusher/pusher-php-server Version 7.0.0
ext-swoole Version *
tripteki/laravelphp-notification Version ^1.0.0
guzzlehttp/guzzle Version ^7.5.0
laravel/octane Version ^1.3.9
beyondcode/laravel-websockets Version ^2.0.0-beta.37
pusher/pusher-php-server Version 7.0.0
The package tripteki/laravelphp-supervisor contains the following files
Loading the files please wait ....