2017 © Pedro Peláez
 

symfony-bundle pheanstalk-bundle

The ScribePheanstalkBundle is a Symfony2 Bundle that provides a command line interface for manage the Beanstalkd workqueue server & a pheanstalk integration.

image

scribe/pheanstalk-bundle

The ScribePheanstalkBundle is a Symfony2 Bundle that provides a command line interface for manage the Beanstalkd workqueue server & a pheanstalk integration.

  • Wednesday, February 26, 2014
  • by robfrawley
  • Repository
  • 5 Watchers
  • 0 Stars
  • 249 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 18 Forks
  • 0 Open issues
  • 16 Versions
  • 0 % Grown

The README.md

ScribePheanstalkBundle

Beanstalkd workqueue clients for Symfony2., (*1)

The ScribePheanstalkBundle is a Symfony2 Bundle that provides a pheanstalk integration with the following features: * Command Line Interface for manage the queues. * An integration to the Symfony2 event system. * An integration to the Symfony2 profiler system to monitor your beanstalk server. * An integration to the Symfony2 logger system. * A proxy system to customize the command features., (*2)

Documentation : - Installation - Configuration - CLI Usage - Events - Custom proxy - Extra - Beanstalk Manager, (*3)

Usage example

get("scribe.pheanstalk");

        // ----------------------------------------
        // producer (queues jobs)

        $pheanstalk
          ->useTube('testtube')
          ->put("job payload goes here\n");

        // ----------------------------------------
        // worker (performs jobs)

        $job = $pheanstalk
          ->watch('testtube')
          ->ignore('default')
          ->reserve();

        echo $job->getData();

        $pheanstalk->delete($job);
    }

}
?>

Testing

$ php composer.phar update
$ phpunit

License

This bundle is under the MIT license. See the complete license., (*4)

Credits

Author - Thomas Tourlourat, (*5)

Contributor : * Maxwell2022 : Symfony2 Profiler integration, (*6)

The Versions

26/02 2014

dev-master

9999999-dev https://github.com/scribenet/scribe-pheanstalk-bundle

The ScribePheanstalkBundle is a Symfony2 Bundle that provides a command line interface for manage the Beanstalkd workqueue server & a pheanstalk integration.

  Sources   Download

BSD

The Requires

 

symfony2 bundle beanstalkd pheanstalk

23/10 2013

2.2.1

2.2.1.0 https://github.com/scribenet/scribe-pheanstalk-bundle

The ScribePheanstalkBundle is a Symfony2 Bundle that provides a command line interface for manage the Beanstalkd workqueue server & a pheanstalk integration.

  Sources   Download

BSD

The Requires

 

symfony2 bundle beanstalkd pheanstalk

23/10 2013

2.2.0

2.2.0.0 https://github.com/scribenet/scribe-pheanstalk-bundle

The LeezyPheanstalkBundle is a Symfony2 Bundle that provides a command line interface for manage the Beanstalkd workqueue server & a pheanstalk integration.

  Sources   Download

BSD

The Requires

 

symfony2 bundle beanstalkd pheanstalk

08/04 2013

2.1.3

2.1.3.0 https://github.com/armetiz/LeezyPheanstalkBundle

The LeezyPheanstalkBundle is a Symfony2 Bundle that provides a command line interface for manage the Beanstalkd workqueue server & a pheanstalk integration.

  Sources   Download

BSD

The Requires

 

symfony2 bundle beanstalkd pheanstalk

05/04 2013

2.1.2

2.1.2.0 https://github.com/armetiz/LeezyPheanstalkBundle

The LeezyPheanstalkBundle is a Symfony2 Bundle that provides a command line interface for manage the Beanstalkd workqueue server & a pheanstalk integration.

  Sources   Download

BSD

The Requires

 

symfony2 bundle beanstalkd pheanstalk

04/04 2013

2.1.1

2.1.1.0 https://github.com/armetiz/LeezyPheanstalkBundle

The LeezyPheanstalkBundle is a Symfony2 Bundle that provides a command line interface for manage the Beanstalkd workqueue server & a pheanstalk integration.

  Sources   Download

BSD

The Requires

 

symfony2 bundle beanstalkd pheanstalk

04/04 2013

2.1.0

2.1.0.0 https://github.com/armetiz/LeezyPheanstalkBundle

The LeezyPheanstalkBundle is a Symfony2 Bundle that provides a command line interface for manage the Beanstalkd workqueue server & a pheanstalk integration.

  Sources   Download

BSD

The Requires

 

symfony2 bundle beanstalkd pheanstalk

26/03 2013

2.0.1

2.0.1.0 https://github.com/armetiz/LeezyPheanstalkBundle

The LeezyPheanstalkBundle is a Symfony2 Bundle that provides a command line interface for manage the Beanstalkd workqueue server & a pheanstalk integration.

  Sources   Download

BSD

The Requires

 

symfony2 bundle beanstalkd pheanstalk

26/03 2013

2.0.0

2.0.0.0 https://github.com/armetiz/LeezyPheanstalkBundle

The LeezyPheanstalkBundle is a Symfony2 Bundle that provides a command line interface for manage the Beanstalkd workqueue server & a pheanstalk integration.

  Sources   Download

BSD

The Requires

 

symfony2 bundle beanstalkd pheanstalk

07/03 2013

1.2.0

1.2.0.0 https://github.com/armetiz/LeezyPheanstalkBundle

The LeezyPheanstalkBundle is a Symfony2 Bundle that provides a command line interface for manage the Beanstalkd workqueue server & a pheanstalk integration.

  Sources   Download

BSD

The Requires

 

symfony2 bundle beanstalkd pheanstalk

27/02 2013

1.1.0

1.1.0.0 https://github.com/armetiz/LeezyPheanstalkBundle

The LeezyPheanstalkBundle is a Symfony2 Bundle that provides a command line interface for manage the Beanstalkd workqueue server & a pheanstalk integration.

  Sources   Download

BSD

The Requires

 

symfony2 bundle beanstalkd pheanstalk

15/02 2013

1.0.4

1.0.4.0 https://github.com/armetiz/LeezyPheanstalkBundle

The LeezyPheanstalkBundle is a Symfony2 Bundle that provides a command line interface for manage the Beanstalkd workqueue server & a pheanstalk integration.

  Sources   Download

BSD

The Requires

 

symfony2 bundle beanstalkd pheanstalk

16/11 2012

1.0.3

1.0.3.0 https://github.com/armetiz/LeezyPheanstalkBundle

The LeezyPheanstalkBundle is a Symfony2 Bundle that provides a command line interface for manage the Beanstalkd workqueue server & a pheanstalk integration.

  Sources   Download

BSD

The Requires

 

symfony2 bundle beanstalkd pheanstalk

16/11 2012

1.0.2

1.0.2.0 https://github.com/armetiz/LeezyPheanstalkBundle

The LeezyPheanstalkBundle is a Symfony2 Bundle that provides a command line interface for manage the Beanstalkd workqueue server & a pheanstalk integration.

  Sources   Download

BSD

The Requires

 

symfony2

20/09 2012

1.0.1

1.0.1.0 https://github.com/armetiz/LeezyPheanstalkBundle

The LeezyPheanstalkBundle is a Symfony2 Bundle that provides a command line interface for manage the Beanstalkd workqueue server & a pheanstalk integration.

  Sources   Download

BSD

The Requires

 

symfony2

19/09 2012

1.0.0

1.0.0.0 https://github.com/armetiz/LeezyPheanstalkBundle

The LeezyPheanstalkBundle is a Symfony2 Bundle that provides a command line interface for manage the Beanstalkd workqueue server & a pheanstalk integration.

  Sources   Download

BSD

The Requires

 

symfony2