2017 © Pedro Peláez
 

library service-process

A service provider for Symfony Process.

image

herrera-io/service-process

A service provider for Symfony Process.

  • Thursday, May 2, 2013
  • by kherge
  • Repository
  • 0 Watchers
  • 1 Stars
  • 148 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Process Service Provider

![Build Status], (*1)

Process Service Provider registers the Symfony Process builder as a service for the Herrera.io service container. Also included is a simplified process builder., (*2)

use Herrera\Service\Container;
use Herrera\Service\Process\ProcessServiceProvider;

$container = new Container();
$container->register(new ProcessServiceProvider());

$process = $container['process']('echo');
$process
    ->arg('Hello, ')
    ->arg('Guest!')
    ->output($process->stream(STDOUT))
    ->run();

Documentation

The Versions

02/05 2013

dev-master

9999999-dev http://herrera-io.github.com/php-service-process

A service provider for Symfony Process.

  Sources   Download

MIT

The Requires

 

The Development Requires

service process

02/05 2013
27/02 2013

1.1.0

1.1.0.0 http://herrera-io.github.com/php-service-process

A service provider for Symfony Process.

  Sources   Download

MIT

The Requires

 

The Development Requires

service process

27/02 2013
20/02 2013

1.0.1

1.0.1.0 http://herrera-io.github.com/php-service-process

A service provider for Symfony Process.

  Sources   Download

MIT

The Requires

 

The Development Requires

service process

04/02 2013

1.0.0

1.0.0.0 https://herrera-io.github.com/php-service-process

A service provider for Symfony Process.

  Sources   Download

MIT

The Requires

 

The Development Requires

service process