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

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

Awesome Lists containing this project

README

          

# phly-swoole-taskworker

[![Build Status](https://secure.travis-ci.org/phly/phly-swoole-taskworker.svg?branch=master)](https://secure.travis-ci.org/phly/phly-swoole-taskworker)
[![Coverage Status](https://coveralls.io/repos/github/phly/phly-swoole-taskworker/badge.svg?branch=master)](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/)