Go to file
Chris Boden f6bf0ca07c Use mbstring if available
HHVM seems to have mbstring loaded/enabled by default
2016-01-27 19:59:58 -05:00
src Use mbstring if available 2016-01-27 19:59:58 -05:00
tests Replace slow validator with preg_match UTF8 check 2016-01-12 20:44:07 -05:00
.gitignore Cleanup test automation 2016-01-10 10:42:48 -05:00
.travis.yml Revert HHVM version change on TravisCI 2016-01-27 18:55:28 -05:00
composer.json Custom error responses for failed handshake 2015-05-26 19:07:26 -04:00
LICENSE Cleanup 2015-12-25 13:14:36 -05:00
phpunit.xml.dist Fixup tests for new MessageStreamer 2015-12-26 14:31:45 -05:00
README.md readme 2014-08-30 08:20:17 -04:00

RFC6455 - The WebSocket Protocol

This library is meant to be a protocol handler for the RFC6455 specification.


A rough roadmap

  • v0.1 is the initial split from Ratchet/v0.3.2 as-is. In this state it currently relies on some of Ratchet's interfaces.
  • v0.2 will be more framework agnostic and will not require any interfaces from Ratchet. A dependency on Guzzle (or hopefully PSR-7) may be required.
  • v0.3 will look into performance tuning. No more expected exceptions.
  • v0.4 extension support
  • v1.0 when all the bases are covered