Download the PHP package gitbugr/supervisor-configuration without Composer
On this page you can find all versions of the php package gitbugr/supervisor-configuration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gitbugr/supervisor-configuration
More information about gitbugr/supervisor-configuration
Files in gitbugr/supervisor-configuration
Package supervisor-configuration
Short Description Manage Supervisor configuration in PHP
License MIT
Homepage http://supervisorphp.com
Informations about the package supervisor-configuration
Supervisor Configuration
Manage Supervisor configuration in PHP.
Install
Via Composer
Usage
Create a configuration using the builder.
The following sections are available in this package:
- Supervisord
- Supervisorctl
- UnixHttpServer
- InetHttpServer
- Includes**
- Group*
- Program*
- EventListener*
- FcgiProgram*
*Note: These sections has to be instantiated with a name and optionally a properties array:
**Note: The keyword include
is reserved in PHP, so the class name is Includes
, but the section name is still include
.
Existing configuration
You can parse your existing configuration, and use it as a Configuration
object.
Available loaders:
IniFileLoader
FlysystemLoader
(Using league/flysystem)IniStringLoader
Writing configuration
You can use Writer
s to write configuration to various destinations.
Available writers:
IniFileWriter
FlysystemWriter
(Using league/flysystem)
You can find detailed info about properties for each section here: http://supervisord.org/configuration.html
Testing
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of supervisor-configuration with dependencies
indigophp/ini Version ^0.2
symfony/options-resolver Version ^5.0|^6.0|^7.0