Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/agencypmg/pheanstalkbundle

A simple Symfony bundle to make Pheanstalk connections available in your application.
https://github.com/agencypmg/pheanstalkbundle

beanstalkd bundle pheanstalkd php symfony symfony-bundle

Last synced: about 1 month ago
JSON representation

A simple Symfony bundle to make Pheanstalk connections available in your application.

Awesome Lists containing this project

README

        

# PmgPheanstalkBundle

An extremely simple Symfony bundle that puts one or more
[Pheanstalk](https://github.com/pda/pheanstalk) connections
into your Symfony application.

If you're looking for something more full featured, check out
[LeezyPheanstalkBundle](https://github.com/armetiz/LeezyPheanstalkBundle).

## Installation

### 1. Download the Bundle

```
composer require pmg/pheanstalk-bundle
```

### 2. Enable the Bundle

```php

json

```

## Available endpoints

* `[GET] /{tube}` - Provides all information from beanstalkd about the given tube
* `[GET] /` - Provides all information about all tubes from beanstalkd