Skip to content

morozovsk/websocket

Repository files navigation

Simple websocket server on php that can handle 100000 connections or more.

"composer require morozovsk/websocket"

This library works, but I will not develop and support it because I will use https://github.com/walkor/Workerman

Features:
  • server works with socket_select, pecl/event or pecl/libevent.
  • you can run multiple processes (one master and several workers or microservices architecture).
  • integration with your framework.
  • chat - simple chat (single daemon)
  • chat2 - chat (master + worker)
  • chat3 - chat (single daemon + script who can send personal message by clientId, userId or PHPSESSID)
  • game - simple real time game
  • game2 - real time game (port of node.js game: https://github.com/amikstrike/wn)

Run from console:

  • start: "php index.php start" or "nohup php index.php start &"
  • stop: "php index.php stop"
  • restart: "php index.php restart" or "nohup php index.php restart &"
How it works (for russian speakers):
Fork for Laravel 4:
License

(The MIT License)

Copyright (c) 2014 Vladimir Goncharov

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

simple php websocket server + demos + yii/yii2 integration + php 7 support

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages