jimbojsb / bstools
beanstalkd tools
Installs: 5 215
Dependents: 0
Suggesters: 0
Security: 0
Stars: 62
Watchers: 5
Forks: 19
Open Issues: 0
Requires
- pda/pheanstalk: 3.*
- symfony/console: ~2.1
This package is auto-updated.
Last update: 2024-10-18 05:10:57 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