PHPackages                             tsy/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. [Queues &amp; Workers](/categories/queues)
4. /
5. tsy/pheanstalk

ActiveLibrary[Queues &amp; Workers](/categories/queues)

tsy/pheanstalk
==============

PHP client for beanstalkd queue

v3.1.2(8y ago)078MITPHPPHP &gt;=5.3.0

Since Feb 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/tsyDev/pheanstalk)[ Packagist](https://packagist.org/packages/tsy/pheanstalk)[ Docs](https://github.com/pda/pheanstalk)[ RSS](/packages/tsy-pheanstalk/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (1)Versions (15)Used By (0)

Pheanstalk
==========

[](#pheanstalk)

[![Build Status](https://camo.githubusercontent.com/c9c065b1e65193d62a97ed0ea2930c4fceb51e640b42d6f47662b3e6f5d0e6a1/68747470733a2f2f7472617669732d63692e6f72672f7064612f706865616e7374616c6b2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/pda/pheanstalk)

Pheanstalk is a pure PHP 5.3+ 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 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](http://github.com/kr/beanstalkd/tree/v1.3/doc/protocol.txt?raw=true) for beanstalkd 1.3 are implemented.

Installation with Composer
--------------------------

[](#installation-with-composer)

Install pheanstalk as a dependency with composer:

```
composer require pda/pheanstalk
```

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

[](#usage-example)

```
