jimbojsb/bstools

beanstalkd tools

v0.7 2016-01-29 20:06 UTC

This package is auto-updated.

Last update: 2024-04-18 04:08:42 UTC


README

bsTools allows you to work with a local (or remote) beanstalkd jobqueue. bsTools utilizes pheanstalk to talk to beanstalkd, and Symfony2\Console for the CLI interface.

Requirements

  • PHP 5.3 or above (tested on 5.3.6)
  • MacOS or Linux (BASH)
  • If you have suhosin, you must set suhosin.executor.include.whitelist = phar

Getting bsTools

  • Clone the repo or download the source. optionally, run bin/makephar.php to generate a standalone executable from the source
  • Download the prebuilt executable here from the downloads page

Usage

Note: if you are using a packaged executable, the command will be "bs". Otherwise, use bin/bs.php. /usr/bin/env is required (and needs to know the location of PHP) for the executable to work.

running "bs" or "php bs.php" will produce command line help with all of the various options