sp4ceb4r/shell-command
最新稳定版本:0.2.3
Composer 安装命令:
composer require sp4ceb4r/shell-command
包简介
Shell command module for PHP.
README 文档
README
shell-command
A simple wrapper of the php proc_open command.
Simplifies running and interacting with shell commands within a php script.
Getting Started
$process = Process::make(Command::make('sleep')->withArgs(5)) ->runAsync(); $process->wait(2);
Installing
composer require sp4ceb4r/shell-command
Running the tests
phpunit tests
统计信息
- 总下载量: 14.46k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-01-13