PHPackages                             cheukpang/think-worker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. cheukpang/think-worker

ActiveLibrary[Framework](/categories/framework)

cheukpang/think-worker
======================

An asynchronous event driven PHP framework for easily building fast, scalable network applications.This library is match for thinkphp v3.2.x cli mode

v3.5.1(8y ago)060MITPHPPHP &gt;=5.3

Since Jan 30Pushed 8y ago1 watchersCompare

[ Source](https://github.com/xcorp1986/Workerman)[ Packagist](https://packagist.org/packages/cheukpang/think-worker)[ Docs](http://www.workerman.net)[ RSS](/packages/cheukpang-think-worker/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (37)Used By (0)

Workerman
=========

[](#workerman)

[![Gitter](https://camo.githubusercontent.com/c9ce0a1c917e437a1b170bd5faf5739c0cb12fc9c0d58d4b381e684c97c84099/68747470733a2f2f6261646765732e6769747465722e696d2f77616c6b6f722f576f726b65726d616e2e737667)](https://gitter.im/walkor/Workerman?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge)

What is it
----------

[](#what-is-it)

Workerman is an asynchronous event driven PHP framework with high performance for easily building fast, scalable network applications. Supports HTTP, Websocket, SSL and other custom protocols. Supports libevent, [HHVM](https://github.com/facebook/hhvm) , [ReactPHP](https://github.com/reactphp/react).

Requires
--------

[](#requires)

PHP 5.3 or Higher
A POSIX compatible operating system (Linux, OSX, BSD)
POSIX and PCNTL extensions for PHP

Installation
------------

[](#installation)

```
composer require cheukpang/think-worker

```

Basic Usage
-----------

[](#basic-usage)

### A websocket server

[](#a-websocket-server)

```
