Download the PHP package brightlocal/pheanstalk without Composer
On this page you can find all versions of the php package brightlocal/pheanstalk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package pheanstalk
Pheanstalk
Pheanstalk is a pure PHP 5.3+ client for the beanstalkd workqueue. It has been actively developed, and used in production by many, since late 2008.
Created by Paul Annesley, Pheanstalk is rigorously unit tested and written using encapsulated, maintainable object oriented design. Community feedback, bug reports and patches has led to a stable 1.0 release in 2010, a 2.0 release in 2013, and a 3.0 release in 2014.
Pheanstalk 3.0 introduces PHP namespaces, PSR-1 and PSR-2 coding standards, and PSR-4 autoloader standard.
beanstalkd up to the latest version 1.4 is supported. All commands and responses specified in the protocol documentation for beanstalkd 1.3 are implemented.
Installation with Composer
Install pheanstalk as a dependency with composer:
Usage Example
Running the tests
There is a section of the test suite which depends on a running beanstalkd
at 127.0.0.1:11300, which was previously opt-in via --with-server
.
Since porting to PHPUnit, all tests are run at once. Feel free to submit
a pull request to rectify this.
Contributors
- Paul Annesley
- Lachlan Donald
- Joakim Bick
- Vyacheslav
- leprechaun
- Peter McArthur
- robbiehudson
- Geoff Catlin
- Steven Lewis
- Lars Yencken
- Josh Butts
- Henry Smith
- Javier Spagnoletti
- Graham Campbell
- Thomas Tourlourat
- Matthieu Napoli
- Christoph
- James Hamilton
- Hannes Van De Vreken
- Yaniv Davidovitch
- .. more? Let me know if you're missing.
Licence
© Paul Annesley
Released under the The MIT License