承接 sp4ceb4r/shell-command 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sp4ceb4r/shell-command

最新稳定版本:0.2.3

Composer 安装命令:

composer require sp4ceb4r/shell-command

包简介

Shell command module for PHP.

README 文档

README

Build Status License

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

GitHub 信息

  • Stars: 3
  • Watchers: 2
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-01-13