Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 632 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 632 Bytes

swoole-websocket-server

A websocket service class, based on the php extension of swoole

Installation via Composer

The recommended method is through Composer.

  • Install composer

  • Add swoole-websocket-server as a dependency in your project's composer.json file (change version to suit your version):

    {
        "require": {
            "furthestworld/swoole-websocket-server": "^1.0"
        }
    }
  • composer update in your project
  composer clear-cache && composer update