net_bazzline / component_process_identity
php component process identity
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-11-16 20:28:52 UTC
README
This component defines a generic interface to identify a process. You can implement the interface or extend the implemented class for your wished.
The build status of the current master branch is tracked by Travis CI:
Install
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 .
Version
- 1.0.0 - 2013-07-17
- Interfaces are stable
- Implementation is available
- Covered with unittests