View on GitHub

phpBeanstalkdAdmin

Monitoring and administration interface for Beanstalkd.

Download this project as a .zip file Download this project as a tar.gz file

Presentation

phpBeanstalkdAdmin is a monitoring and administration interface for Beanstalkd.

It aims to support basic functionalities of Beanstalkd in order to help development and monitoring in production.

phpBeanstalkdAdmin screenshot

Installation

Prerequisites

Set up

Example on linux or Mac OS X:

ln -s /path/to/phpBeanstalkdAdmin/public /var/www/phpbeanstalkdadmin

phpBeanstalkdAdmin is now accessible at http://localhost/phpbeanstalkdadmin/ (change "localhost" by your server name if necessary).

Development

phpBeanstalkdAdmin started as a tool to support Awespot development and administration.

It is based on Pheanstalk.

You can submit bugs or feature requests on this page.