Download the PHP package helppc/supervisor-bundle without Composer
On this page you can find all versions of the php package helppc/supervisor-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download helppc/supervisor-bundle
More information about helppc/supervisor-bundle
Files in helppc/supervisor-bundle
Package supervisor-bundle
Short Description Manage your supervisor instance in your Symfony5 application.
License MIT
Homepage https://gitlab.com/helppc/supervisor-bundle
Informations about the package supervisor-bundle
HelpPC Supervisor Bundle
Symfony bundle which manage supervisor process. Bundle is implemented using the supervisorphp/supervisor library.
Status
This package is currently in the active development.
Requirements
- PHP 7.4 or greater
- Symfony 5.x
Installation
-
Require the bundle and a PSR 7/17 implementation with Composer:
NOTE: This bundle requires a PSR 7/17 implementation to operate. We recommend that you use nyholm/psr7. Check out this document if you wish to use a different implementation.
-
Create the bundle configuration file under
config/packages/helppc_supervisor.yaml
. Here is a reference configuration file: -
Enable the bundle in
config/bundles.php
by adding it to the array: - Import the routes inside your
config/routes/helppc_supervisor.yaml
file:
❮ NOTE ❯ It is recommended to control the access to the authorization endpoint
so that only logged in users can approve authorization requests.
You should review your security.yml
file. Here is a sample configuration:
Reporting issues
Use the issue tracker to report any issues you might have.
License
See the LICENSE file for license rights and limitations (MIT).
All versions of supervisor-bundle with dependencies
supervisorphp/supervisor Version ^4.0
symfony/framework-bundle Version ^4.4 || ^5.1
symfony/yaml Version ^4.4 || ^5.1
symfony/templating Version ^4.4 || ^5.1
psr/http-message Version ^1.0
php-http/httplug Version ^2.0
php-http/client-common Version ^2.0
php-http/message-factory Version ^1.0
php-http/discovery Version ^1.0
symfony/http-foundation Version ^4.4 || ^5.1
symfony/translation Version ^4.4 || ^5.1
nyholm/psr7 Version ^1.3
symfony/http-client Version ^4.4 || ^5.1