PHPackages                             assegaiphp/beanstalkd - 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. assegaiphp/beanstalkd

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

assegaiphp/beanstalkd
=====================

Beanstalkd queue integration for AssegaiPHP framework, enabling job production and consumption using the Pheanstalk library.

1.0.0(9mo ago)02MITPHPPHP &gt;=8.3

Since Jul 15Pushed 1mo agoCompare

[ Source](https://github.com/assegaiphp/beanstalkd)[ Packagist](https://packagist.org/packages/assegaiphp/beanstalkd)[ RSS](/packages/assegaiphp-beanstalkd/feed)WikiDiscussions main Synced 1mo ago

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

 [![Assegai Logo](https://camo.githubusercontent.com/d7dab2658d76e460e31be249de2fe5d420f7a7237eb9f2a315f83123632a3b6c/68747470733a2f2f617373656761697068702e636f6d2f696d616765732f6c6f676f732f6c6f676f2d63726f707065642e706e67)](https://assegaiphp.com/)

A progressive PHP framework for building efficient and scalable web applications.

AssegaiPHP Beanstalkd Queue Integration
=======================================

[](#assegaiphp-beanstalkd-queue-integration)

[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE)[![AssegaiPHP](https://camo.githubusercontent.com/0175877229b06132c30b029594444ca534d5ad142e358d93593c13ebef65a47d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6275696c74253230666f722d417373656761695048502d666f72657374677265656e)](https://github.com/assegaiphp/framework)

This package adds **Beanstalkd queue support** to the [AssegaiPHP](https://github.com/assegaiphp/framework) framework using the [Pheanstalk](https://github.com/pda/pheanstalk) PHP client.

---

📦 Installation
--------------

[](#-installation)

Install via Composer:

```
composer require assegaiphp/beanstalkd
```

Or use the Assegai CLI:

```
assegai add beanstalkd
```

---

⚙️ Configuration
----------------

[](#️-configuration)

Add a Beanstalk driver and connection to your `config/queues.php` file:

```
