Skip to content

hiphp7/swoole-websocket-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

swoole-websocket-server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 79.8%
  • HTML 20.2%