Download the PHP package indigophp/supervisor-configuration without Composer
On this page you can find all versions of the php package indigophp/supervisor-configuration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download indigophp/supervisor-configuration
More information about indigophp/supervisor-configuration
Files in indigophp/supervisor-configuration
Package supervisor-configuration
Short Description Manage Supervisor configuration in PHP
License MIT
Homepage https://indigophp.com
Informations about the package supervisor-configuration
DEPRECATION NOTICE
This package has been moved under SupervisorPHP.
https://github.com/supervisorphp/configuration
For details see http://supervisorphp.com
Indigo Supervisor Configuration
Manage Supervisor configuration in PHP.
Install
Via Composer
Usage
Create a configuration using the builder.
The following sections are available in this pacakge:
- 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 parsers:
- File
- Filesystem (Using league/flysystem)
- Text
Writting configuration
You can use Writer
s to write configuration to various destinations.
Available writers:
- File
- Filesystem (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.