https://github.com/phly/phly-swoole-taskworker
TaskWorker implementation for Swoole HTTP server
https://github.com/phly/phly-swoole-taskworker
Last synced: 12 months ago
JSON representation
TaskWorker implementation for Swoole HTTP server
- Host: GitHub
- URL: https://github.com/phly/phly-swoole-taskworker
- Owner: phly
- License: bsd-3-clause
- Created: 2019-01-13T20:50:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-26T19:06:24.000Z (about 5 years ago)
- Last Synced: 2025-05-13T04:41:30.587Z (about 1 year ago)
- Language: PHP
- Size: 59.6 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# phly-swoole-taskworker
[](https://secure.travis-ci.org/phly/phly-swoole-taskworker)
[](https://coveralls.io/github/phly/phly-swoole-taskworker?branch=master)
This library provides a simple task worker implementation for use with Swoole
server instances.
## Installation
Run the following to install this library:
```bash
$ composer require phly/phly-swoole-taskworker
```
## Documentation
Browse the documentation in the [docs tree](docs/book/).
## Support
* [Issues](https://github.com/zendframework/phly-swoole-taskworker/issues/)