net_bazzline / component_process_identity
php 组件进程身份
1.0.0
2013-07-17 21:07 UTC
Requires
- php: >=5.3.3
Requires (Dev)
- mockery/mockery: dev-master
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2024-09-16 20:09:16 UTC
README
此组件定义了一个通用的接口来识别进程。您可以为您的需求实现接口或扩展已实现的类。
当前主分支的构建状态由Travis CI跟踪
安装
Packagist
"net_bazzline/component_process_identity": "dev-master"
Git
mkdir -p php/component/processIdentity
cd php/component/processIdentity
git clone https://github.com/stevleibelt/php_component_process_identity .
版本
- 1.0.0 - 2013-07-17
- 接口是稳定的
- 实现可用
- 覆盖单元测试