PHPackages                             cyzonetech/workerman - 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. cyzonetech/workerman

ActiveLibrary[Framework](/categories/framework)

cyzonetech/workerman
====================

An asynchronous event driven PHP framework for easily building fast, scalable network applications.

v4.0.5(6y ago)0121MITPHPPHP &gt;=5.3

Since Jan 30Pushed 5y agoCompare

[ Source](https://github.com/cyzonetech/Workerman)[ Packagist](https://packagist.org/packages/cyzonetech/workerman)[ Docs](http://www.workerman.net)[ RSS](/packages/cyzonetech-workerman/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)DependenciesVersions (75)Used By (1)

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)[![Latest Stable Version](https://camo.githubusercontent.com/e6b544244345d4a8666d0c2982977bc91ea69e31d57a49ee8ca3bc3d2ccb8a9e/68747470733a2f2f706f7365722e707567782e6f72672f776f726b65726d616e2f776f726b65726d616e2f762f737461626c65)](https://packagist.org/packages/workerman/workerman)[![Total Downloads](https://camo.githubusercontent.com/e0d11c0b5bccca8aea16721bbd25d16f7d30cc38048dc6e84e8890edb6a8c727/68747470733a2f2f706f7365722e707567782e6f72672f776f726b65726d616e2f776f726b65726d616e2f646f776e6c6f616473)](https://packagist.org/packages/workerman/workerman)[![Monthly Downloads](https://camo.githubusercontent.com/67caa8d6f5f076dcc546dd52cefaaaec7c69ad8a98f338205baa997770efaedc/68747470733a2f2f706f7365722e707567782e6f72672f776f726b65726d616e2f776f726b65726d616e2f642f6d6f6e74686c79)](https://packagist.org/packages/workerman/workerman)[![Daily Downloads](https://camo.githubusercontent.com/fc90daf3f9207a6eec1b55195a394dce4c0d2a3f92ae74b400d053a8031c4b69/68747470733a2f2f706f7365722e707567782e6f72672f776f726b65726d616e2f776f726b65726d616e2f642f6461696c79)](https://packagist.org/packages/workerman/workerman)[![License](https://camo.githubusercontent.com/9dc2c3df38ebb01d4e820bf469b764f551d45d7adaa3ce7a6a832f36c4f08381/68747470733a2f2f706f7365722e707567782e6f72672f776f726b65726d616e2f776f726b65726d616e2f6c6963656e7365)](https://packagist.org/packages/workerman/workerman)

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

[](#what-is-it)

Workerman is an asynchronous event-driven PHP framework with high performance to build fast and scalable network applications. Workerman supports HTTP, Websocket, SSL and other custom protocols. Workerman supports event extension.

Requires
--------

[](#requires)

PHP 5.3 or Higher
A POSIX compatible operating system (Linux, OSX, BSD)
POSIX and PCNTL extensions required
Event extension recommended for better performance

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

[](#installation)

```
composer require workerman/workerman

```

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

[](#basic-usage)

### A websocket server

[](#a-websocket-server)

```
