violinist-dev / process-factory
Installs: 25 575
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- symfony/process: ^2.7 || ^3.0 || ^4.0
Requires (Dev)
- phpunit/phpunit: ^6.5
- squizlabs/php_codesniffer: ^3.3
This package is auto-updated.
Last update: 2021-01-12 21:53:23 UTC
README
An interface for creating process factories.
One might need this for interoperability between libraries that all have process factories. Similar to what you need the psr/log
LoggerInterface for.
Process in this context would mean an instance of symfony/process
.
Installation
composer require violinist-dev/process-factory
Usage
Well, just expect an interface, or implement it yourself. The interface is fairly simple, and can bee seen here.