Download the PHP package scorpse/configuration without Composer
On this page you can find all versions of the php package scorpse/configuration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download scorpse/configuration
More information about scorpse/configuration
Files in scorpse/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:
IniFileLoaderFlysystemLoader(Using league/flysystem)IniStringLoader
Writing configuration
You can use Writers to write configuration to various destinations.
Available writers:
IniFileWriterFlysystemWriter(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