2017 © Pedro Peláez
 

symfony-bundle systembundle

The System Wrapper Bundle

image

box4b/systembundle

The System Wrapper Bundle

  • Tuesday, April 25, 2017
  • by zipou
  • Repository
  • 1 Watchers
  • 0 Stars
  • 117 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

box4b\SystemBundle

Bind Linux System Events (cron, init) with Symfony Event., (*1)

Configuration

AppKernel

add this to your registerBundles() on AppKernel :, (*2)

new box4b\SystemBundle\SystemBundle()

For Cron

Create a /etc/cron.d/box4bsystem file containing :, (*3)

* * * * *   [YOUR_USER] /usr/bin/php [PATH_TO_SYMFONY_PROJECT]/app/console box4b:cron --env=prod > /dev/null 2> /dev/null

For Init / Systemd

Create a file calling /usr/bin/php [PATH_TO_SYMFONY_PROJECT]/app/console box4b:init [start|stop], (*4)

Usage

Use Symfony Event Listener System to listen for events :, (*5)

Init

  • box4b\SystemBundle\Event\InitEvent::EVENT_START
  • box4b\SystemBundle\Event\InitEvent::EVENT_STOP

Cron

  • box4b\SystemBundle\Event\CronEvent::EVERY_MINUTE
  • box4b\SystemBundle\Event\CronEvent::EVERY_FIVE_MINUTES
  • box4b\SystemBundle\Event\CronEvent::EVERY_HOUR
  • box4b\SystemBundle\Event\CronEvent::EVERY_DAY
  • box4b\SystemBundle\Event\CronEvent::EVERY_WEEK

Enjoy :), (*6)

The Versions

25/04 2017

dev-master

9999999-dev

The System Wrapper Bundle

  Sources   Download

ISC

The Requires

 

25/04 2017

1.0.10

1.0.10.0

The System Wrapper Bundle

  Sources   Download

ISC

The Requires

 

24/03 2017

1.0.9

1.0.9.0

The System Wrapper Bundle

  Sources   Download

ISC

The Requires

 

24/03 2017

1.0.8

1.0.8.0

The System Wrapper Bundle

  Sources   Download

ISC

The Requires

 

23/03 2017

1.0.7

1.0.7.0

The System Wrapper Bundle

  Sources   Download

ISC

The Requires

 

23/03 2017

1.0.6

1.0.6.0

The System Wrapper Bundle

  Sources   Download

ISC

The Requires

 

02/03 2017

1.0.5

1.0.5.0

The System Wrapper Bundle

  Sources   Download

ISC

The Requires

 

31/01 2017

1.0.4

1.0.4.0

The System Wrapper Bundle

  Sources   Download

Private

The Requires

 

03/12 2016

1.0.3

1.0.3.0

The System Wrapper Bundle

  Sources   Download

Private

The Requires

 

20/10 2016

1.0.2

1.0.2.0

The System Wrapper Bundle

  Sources   Download

Private

The Requires

 

20/10 2016

1.0.1

1.0.1.0

The System Wrapper Bundle

  Sources   Download

Private

The Requires