Download the PHP package indydevguy/supervisor-bundle without Composer
On this page you can find all versions of the php package indydevguy/supervisor-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download indydevguy/supervisor-bundle
More information about indydevguy/supervisor-bundle
Files in indydevguy/supervisor-bundle
Package supervisor-bundle
Short Description Manage your supervisor instance in your Symfony application.
License MIT
Informations about the package supervisor-bundle
SupervisorBundle
About
This started out as a clone of YZSupervisorBundle, but since YZSupervisorBundle is no longer around I have modified it and updated it for the newest version of Symfony and PHP 7.4+.
This bundle allows you to administer your Supervisor Programs on your Symfony Application with a nice Bootstrap UI!
Installation
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the bundle
Then, enable the bundle by adding it to the list of registered bundles in the config/bundles.php file of your project (if it doesn't exist yet):
Step 3: Configure your config.yml
file
The group option limits access to specific process groups. When no groups are provided, all groups are listed.
Usage
Iterate over all supervisor servers:
Retrieve specific supervisor servers:
User interface
You can access to a beautiful user interface to monitor all your supervisor servers an process.
Import the routing definition in routing.yml
:
Here is the result
Unit Tests
To run unit tests, you'll need a set of dependencies you can install using Composer:
Once installed, just launch the following command:
You're done.
Credits
- Benjamin Laugueux [email protected]
- IndyDevGuy
- All contributors
License
Supervisor is released under the MIT License. See the bundled LICENSE file for details.
All versions of supervisor-bundle with dependencies
indydevguy/supervisor Version ^1.0
symfony/framework-bundle Version ^4.0