php-wss

Web-socket server/client with multi-process and parse templates support on server and send/receive options on client

MIT License

Downloads
724.3K
Stars
211
Committers
8
php-wss - Fix non-resource closing connection on stream_select + minor fixes

Published by arthurkushman about 6 years ago

php-wss - Add ServerConfig to pass DI to the WebSocketServer constructor

Published by arthurkushman about 6 years ago

php-wss - Add clients_per_fork_limit option to WebSocketServer constructor + getUniqueSocketId

Published by arthurkushman about 6 years ago

php-wss - Fix closing frame sent before socket connection closed

Published by arthurkushman about 6 years ago

php-wss - Add optional headers support on handshake via constructor/setter

Published by arthurkushman about 6 years ago

php-wss - PHP7.0 backward compatability removing void returns

Published by arthurkushman about 6 years ago

php-wss - Add connect() call to WebSocketClient __construct()

Published by arthurkushman over 6 years ago

php-wss - Remove echo $payload from send method

Published by arthurkushman over 6 years ago

php-wss - Improve code performance and readability + minor bug fixes

Published by arthurkushman over 6 years ago

php-wss - Migrate from PHP 5.5 -> >=7.0, refactor minor issues + fixes

Published by arthurkushman over 6 years ago

php-wss - Fix legacy code + security & performance improvements

Published by arthurkushman over 6 years ago

  • Change structure
  • Fix legacy bad performant code
  • Fix logical issues
  • Fix probability of undefined local variables
Package Rankings
Top 2.22% on Packagist.org
Badges
Extracted from project README
Scrutinizer Code Quality Build Status License: MIT
Related Projects