net_bazzline/component_process_identity

1.0.0 2013-07-17 21:07 UTC

This package is auto-updated.

Last update: 2024-03-16 19:01:37 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:

Build Status

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