serff/pm2-manager
Composer 安装命令:
composer require serff/pm2-manager
包简介
Monitor Library for PM2
关键字:
README 文档
README
This package contains a manager for PM2 processes
use SERFF\Pm2Manager\Pm2Manager; $process = Pm2Manager::add('ping google.con'); // returns a process to handle $process->restart(); // restarts the process
You can use various methods for managing PM2 or a process
Pm2Manager::restartAll(); // restart all processes Pm2Manager::list(); // returns a list of all processes
Installation
You can install the package via composer:
composer require serff/pm2-manager
Testing
composer test
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-04-03