efrane/conditional-process
Composer 安装命令:
composer require efrane/conditional-process
包简介
Conditionally run processes. This is a wrapper for symfony/process.
README 文档
README
Conditional Process
Conditionally run processes.
Installation
This package is available on composer. You can install it with
composer require efrane/conditional-process.
Usage
$process = new ConditionalProcess('cat README.md', new FileExists('README.md')); $process->execute($readmeText); // $readmeText will contain the contents of README.md if that file exists
License
This package is available under the terms of the MIT license.
统计信息
- 总下载量: 495
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-02-08