Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luffyzhao/php-jobs
php 队列生产和消费
https://github.com/luffyzhao/php-jobs
Last synced: about 1 month ago
JSON representation
php 队列生产和消费
- Host: GitHub
- URL: https://github.com/luffyzhao/php-jobs
- Owner: luffyzhao
- Created: 2019-06-26T07:55:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-20T06:07:59.000Z (about 2 years ago)
- Last Synced: 2024-10-12T10:47:02.032Z (2 months ago)
- Language: PHP
- Size: 623 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## php 队列生产和消费
目前只完成 [beanstalk](./src/Factory/PheanstalkFactory.php) 和 [redis](./src/Factory/RedisFactory.php)
### 服务器要求
- PHP >= 7.1.3
- ext-pcntl
- ext-pdo### 例子
- [生产](examples/test.php)