Wrench
Wrench copied to clipboard
A simple PHP WebSocket implementation for PHP 7.1
Update [psr/log](https://github.com/php-fig/log) dependency.
Bumps [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) from 2.8.0 to 2.8.1. Release notes Sourced from squizlabs/php_codesniffer's releases. 2.8.1 Security Advisory This release contains a fix for a security advisory related to the improper handling of...
Version: 2.0.11 Class 'Wrench\Exception' not found Wrench\Client::disconnect at line 287 throw new Exception("Unexpected exception when sending Close frame."); Should probably be: throw new \Exception("Unexpected exception when sending Close frame.");
There are two deprecation notices appearing when I run composer update see below This looks like just a tidy up, your library is used by chrome-php which I'm using Deprecation...
Client: Fatal error: Uncaught Error: Class 'Client' not found in ... Server: Fatal error: Uncaught Error: Class 'My\ChatApplication' not found in
To set the TCP_NODELAY socket option only when it is possible, and disable warning message : *socket_import_stream(): cannot represent a stream of type tcp_socket/ssl as a Socket Descriptor* in Wrench/lib/Socket/ServerSocket.php...
In the docs here: https://wrench.readthedocs.io/en/latest/performance.html You say "Wrench uses a single-process server, without threads, and blocks while processing data from any client. This means it has little hope of scaling...
Hi, I'm currently using Wrench 2 and wanted to upgrade to Wrench 3, only to realize that my webhost PHP install doesn't have the PHP Sockets extension enabled. It looks...
I have a problem with the ssl version of server example. I thought only that it was the certificate but the test: openssl s_client -connect my.server.org:8000 works. client-side connections via...
There might have been some confusion around the bump to requiring PHP 7.1 * PHP 5.6 is still supported on the `2.0` branch, and I'll happily make new releases of...