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
- Host: GitHub
- URL: https://github.com/pforret/beanstalkd_winphp
- Owner: pforret
- License: apache-2.0
- Created: 2018-02-04T12:01:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T15:05:14.000Z (over 7 years ago)
- Last Synced: 2025-01-13T22:22:29.237Z (9 months ago)
- Topics: beanstalkd, cli, cmd, consumer, php, worker
- Language: PHP
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# beanstalkd_winphp
Windows Command Line client for Beanstalkd, using PHP CLI, to make Windows CLI workersphp bsworker.php --help
WinWorker for Beanstalkd version 1.0.0Run 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.