Skip to content

objective-php/beanstalk-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Objective PHP / Beanstalk Package Build Status

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!