PHPackages                             pyrowman/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. pyrowman/pheanstalk

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

pyrowman/pheanstalk
===================

PHP client for EvQueue queue

1.0.0(6y ago)0418[2 issues](https://github.com/PyRowMan/pheanstalk/issues)1MITPHPPHP &gt;=7.1.0CI failing

Since Nov 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/PyRowMan/pheanstalk)[ Packagist](https://packagist.org/packages/pyrowman/pheanstalk)[ Docs](https://github.com/PyRowMan/pheanstalk)[ RSS](/packages/pyrowman-pheanstalk/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (1)

Pyrowman/Pheanstalk
===================

[](#pyrowmanpheanstalk)

[![Packagist Version](https://camo.githubusercontent.com/0ea920e9dda6c4ff2f7d1e54237269f02f3b2d232bd49c38aabc50249a07e372/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7079726f776d616e2f706865616e7374616c6b)](https://packagist.org/packages/pyrowman/pheanstalk)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/00a20578da37c887af928cfddb5c780cebf34934f8df0936959e195556806dd0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f5079526f774d616e2f706865616e7374616c6b2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/PyRowMan/pheanstalk/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/df1b5fb411f003e106f96231d2610303e6d7afaecc6bb42351880e0b449362fe/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f5079526f774d616e2f706865616e7374616c6b2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/PyRowMan/pheanstalk/?branch=master)[![Build Status](https://camo.githubusercontent.com/05ee255beb007ed4a7bb8eacbbba46b1a62cdcd0466022c1e74f33a0f55221d0/68747470733a2f2f7472617669732d63692e6f72672f5079526f774d616e2f706865616e7374616c6b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/PyRowMan/pheanstalk)

Pheanstalk is a pure PHP 7.1+ client for the [evqueue workqueue](https://github.com/coldsource/evqueue-core).

Pheanstalk 3.0 introduces PHP namespaces, PSR-1 and PSR-2 coding standards, and PSR-4 autoloader standard.

This project is a fork from the [original Pheanstalk](https://github.com/pheanstalk/pheanstalk) wich is a client for the beanstalkd workqueue.
Special thanks to [Paul Annesley](http://paul.annesley.cc/); the original creator of the library.

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

[](#installation-with-composer)

Install pheanstalk as a dependency with composer:

```
composer require pyrowman/pheanstalk
```

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

[](#usage-example)

```
