Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/agencypmg/pheanstalkbundle
- Owner: AgencyPMG
- License: apache-2.0
- Created: 2015-08-26T17:25:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T21:48:34.000Z (7 months ago)
- Last Synced: 2024-08-10T07:38:24.621Z (7 months ago)
- Topics: beanstalkd, bundle, pheanstalkd, php, symfony, symfony-bundle
- Language: PHP
- Size: 72.3 KB
- Stars: 0
- Watchers: 17
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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