Download the PHP package supervisorphp/configuration without Composer
On this page you can find all versions of the php package supervisorphp/configuration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download supervisorphp/configuration
More information about supervisorphp/configuration
Files in supervisorphp/configuration
Package configuration
Short Description Manage Supervisor configuration in PHP
License MIT
Homepage http://supervisorphp.com
Informations about the package 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 configuration with dependencies
indigophp/ini Version ^0.2
symfony/options-resolver Version ^2.6|^3.0|^4.0|^5.0