violinist-dev/process-factory

A factory for symfony/process processes

2.0.0 2022-08-16 17:48 UTC

This package is auto-updated.

Last update: 2024-04-16 21:11:12 UTC


README

Build Status

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.