objective-php / beanstalk-package
Beanstalk integration for Objective PHP
Installs: 6 671
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 1
Requires
- php: >=7.0
- objective-php/application: ^2.0
- objective-php/config: ^2.0
- objective-php/services-factory: ^2.0
- pda/pheanstalk: ~3.1
Requires (Dev)
- phpunit/phpunit: 5.*
Suggests
- objective-php/matcher: ~1.1
This package is not auto-updated.
Last update: 2024-11-11 00:23:02 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!