PHPackages                             socloz/pheanstalk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. socloz/pheanstalk

AbandonedArchivedLibrary

socloz/pheanstalk
=================

PHP client for beanstalkd queue

012PHP

Since Oct 24Pushed 13y ago9 watchersCompare

[ Source](https://github.com/SoCloz/pheanstalk)[ Packagist](https://packagist.org/packages/socloz/pheanstalk)[ RSS](/packages/socloz-pheanstalk/feed)WikiDiscussions socloz-master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Pheanstalk
==========

[](#pheanstalk)

Pheanstalk is a pure PHP 5.2+ client for the [beanstalkd workqueue](http://xph.us/software/beanstalkd/). It has been actively developed, and used in production by many, since late 2008.

Created by [Paul Annesley](http://paul.annesley.cc/), 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.0 release in 2010.

beanstalkd up to the latest version 1.4 is supported. All commands and responses specified in the [protocol documentation](http://github.com/kr/beanstalkd/tree/v1.3/doc/protocol.txt?raw=true) for beanstalkd 1.3 are implemented.

Usage Example
-------------

[](#usage-example)

```
