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

https://github.com/pforret/beanstalkd_winphp

Windows Command Line client for Beanstalkd, using PHP CLI, to make Windows CLI workers
https://github.com/pforret/beanstalkd_winphp

beanstalkd cli cmd consumer php worker

Last synced: 7 months ago
JSON representation

Windows Command Line client for Beanstalkd, using PHP CLI, to make Windows CLI workers

Awesome Lists containing this project

README

          

# beanstalkd_winphp
Windows Command Line client for Beanstalkd, using PHP CLI, to make Windows CLI workers

php bsworker.php --help
WinWorker for Beanstalkd version 1.0.0

Run a Windows CLI beanstalkd client worker

Syntax: [options] bshost bsqueue bsport
Arguments:
bshost string IP/hostname address of the beanstalkd server (required)
bsqueue string name of the beanstalkd queue (required)
bsport number TCP port of the beanstalkd server (default: 11300)
SubCommands:
--help Shows the help message.
--version Shows the version.
-i Reads the command arguments and options interactively.