2017 © Pedro Peláez
 

symfony-bundle process-control-bundle

A symfony bundle that provides process control

image

aboutcoders/process-control-bundle

A symfony bundle that provides process control

  • Wednesday, November 2, 2016
  • by aboutcoders
  • Repository
  • 1 Watchers
  • 4 Stars
  • 2,035 Installations
  • PHP
  • 2 Dependents
  • 2 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 1 % Grown

The README.md

AbcProcessControlBundle

A symfony bundle that provides process control., (*1)

Build Status: Build Status, (*2)

Installation

Add the AbcProcessControlBundle to your composer.json file, (*3)

{
    "require": {
        "aboutcoders/process-control-bundle": "~1.0"
    }
}

Then include the bundle in the AppKernel.php class, (*4)

public function registerBundles()
{
    $bundles = array(
        // ...
        new Abc\Bundle\ProcessControlBundle\AbcProcessControlBundle(),
        // ...
    );
}

Usage

The AbcProcessControlBundle registers a service with the name abc.process_control.controller in the service container. This service is by default initialized with a PCNTL implementation, that listents to the SIGTERM event and thus indicates to exist, when this signal was sent., (*5)


$controller = $container->get('abc.process_control.controller'); if($controller->doExit()){ // true if SIGTERM was sent }

Configuration

Registration of the service abc.process_control.controller is enabled by default. You can disable that with the following configuration:, (*6)

abc_process_control:
    register_controller: false

Note: When registration is disabled the service abc.process_control.controller does not exist within the service container., (*7)

The Versions

02/11 2016

dev-master

9999999-dev http://aboutcoders.com

A symfony bundle that provides process control

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hannes Schulz

bundle symfony process control pcntl

02/11 2016

1.3.0

1.3.0.0 http://aboutcoders.com

A symfony bundle that provides process control

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hannes Schulz

bundle symfony process control pcntl

15/10 2016

1.2.3

1.2.3.0 http://aboutcoders.com

A symfony bundle that provides process control

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hannes Schulz

bundle symfony process control pcntl

29/05 2016

1.2.1

1.2.1.0 http://aboutcoders.com

A symfony bundle that provides process control

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hannes Schulz

bundle symfony process control pcntl

29/05 2016

1.2.2

1.2.2.0 http://aboutcoders.com

A symfony bundle that provides process control

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hannes Schulz

bundle symfony process control pcntl

28/05 2016

1.2.0

1.2.0.0 http://aboutcoders.com

A symfony bundle that provides process control

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hannes Schulz

bundle symfony process control pcntl

23/05 2016

1.1.0

1.1.0.0 http://aboutcoders.com

A symfony bundle that provides process control

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hannes Schulz

bundle symfony process control pcntl

05/04 2016

1.0.1

1.0.1.0 http://aboutcoders.com

A symfony bundle that provides process control

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hannes Schulz

bundle symfony process control pcntl

04/04 2016

1.0.0

1.0.0.0 http://aboutcoders.com

A symfony bundle that provides process control

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hannes Schulz

bundle symfony process control pcntl