文件名称:configuration:通过PHP管理Supervisor配置
文件大小:39KB
文件格式:ZIP
更新时间:2024-06-11 08:38:34
PHP
主管配置 在PHP中管理Supervisor配置。 安装 通过作曲家 composer require supervisorphp/configuration 用法 使用构建器创建配置。 $ config = new \ Supervisor \ Configuration \ Configuration ; $ renderer = new \ Indigo \ Ini \ Renderer ; $ section = new \ Supervisor \ Configuration \ Section \ Supervisord ([ 'identifier' => 'supervisor' ]); $ config -> addSection ( $ section ); $ section = new \ Supervisor \ Configuration \ Sectio