theshopworks/process

This package is abandoned and no longer maintained. No replacement package was suggested.

A wrapper for the Symfony Process component

v0.4 2020-12-20 13:43 UTC

This package is not auto-updated.

Last update: 2024-01-15 04:13:17 UTC


README

A ShopWorks wrapper for the Symfony Process component.

Installation

Add the process package to your composer.json file.

{
    "require": {
        "theshopworks/process": "^0.1"
    }
}

Or via the command line in the root of your project.

$ composer require "theshopworks/process:^0.1"

Code Style

This project follows the following code style guidelines:

$ php vendor/bin/php-cs-fixer fix

Testing

$ php vendor/bin/phpunit

License

The MIT License (MIT). Please see License File for more information.