2017 © Pedro Peláez
 

symfony-bundle notification-bundle

A symfony bundle that adds process control to the SonataNotificationBundle.

image

aboutcoders/notification-bundle

A symfony bundle that adds process control to the SonataNotificationBundle.

  • Tuesday, August 30, 2016
  • by aboutcoders
  • Repository
  • 3 Watchers
  • 1 Stars
  • 542 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 5 % Grown

The README.md

AbcNotificationBundle

A symfony bundle that adds process control to the SonataNotificationBundle and thereby allows to start/stop message processing in a continuous integration environment., (*1)

Build Status: Build Status, (*2)

Installation

Follow the installation instructions of the required third party bundles:, (*3)

Add the AbcNotificationBundle to your composer.json file, (*4)

php composer.phar require aboutcoders/notification-bundle

Include the bundle in the AppKernel.php class, (*5)

public function registerBundles()
{
    $bundles = array(
        // ...
        new Abc\Bundle\NotificationBundle\AbcNotificationBundle(),
    );

    return $bundles;
}

Following the installation instructions of the SonataNotificationBundle you will create or generate a bundle within your application that extends from the SonataNotificationBundle. Since this bundle also extends from the SonataNotificationBundle you have to extend your created/generated bundle from this bundle instead of the SonataNotificationBundle., (*6)

class MySonataNotificationBundle extends Bundle
{
    /**
     * {@inheritdoc}
     */
    public function getParent()
    {
        return 'AbcNotificationBundle';
    }
}

ToDo:, (*7)

  • Provide a pull request for the SonataNotificationBundle that allows to define custom message managers/iterators and thereby make this bundle obsolete

The Versions

30/08 2016

dev-master

9999999-dev https://bitbucket.org/aboutcoders/notification-bundle

A symfony bundle that adds process control to the SonataNotificationBundle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hannes Schulz

bundle sonata process ci notification control continuous integration

30/08 2016

0.2.1

0.2.1.0 https://bitbucket.org/aboutcoders/notification-bundle

A symfony bundle that adds process control to the SonataNotificationBundle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hannes Schulz

bundle sonata process ci notification control continuous integration

23/05 2016

0.2.0

0.2.0.0 https://bitbucket.org/aboutcoders/notification-bundle

A symfony bundle that adds process control to the SonataNotificationBundle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hannes Schulz

bundle sonata process ci notification control continuous integration

15/05 2016

0.1.0

0.1.0.0 https://bitbucket.org/aboutcoders/notification-bundle

A symfony bundle that adds process control to the SonataNotificationBundle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hannes Schulz

bundle sonata process ci notification control continuous integration