objective-php/beanstalk-package

Beanstalk integration for Objective PHP

v2.0.0 2018-05-11 14:39 UTC

This package is not auto-updated.

Last update: 2024-03-17 21:18:52 UTC


README

Project introduction

This package allow to easily make use of the Beanstalk queue manager (and the Pheanstak PHP library)

Installation

Manual

You can clone our Github repository by running:

git clone http://github.com/objective-php/beanstalk-package

If you're to proceed this way, you probably don't need more explanation about how to use the library :)

Composer

The easiest way to install the library and get ready to play with it is by using Composer. Run the following command in a folder already containing an ObjectivePHP application:

composer require objective-php/beanstalk-package 

Configure the package

To be continued!