Download the PHP package fperezco/ratchetphp without Composer
On this page you can find all versions of the php package fperezco/ratchetphp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package ratchetphp
Ratchet
__
2023
Just the same original project from cboden just adding the method getResourceId(), getHttpRequest() and getRemoteAddress() to the ConnectionInterface to fit phpstan analisys
__
A PHP library for asynchronously serving WebSockets. Build up your application through simple interfaces and re-use your application without changing any of its code just by combining different components.
Requirements
Shell access is required and root access is recommended. To avoid proxy/firewall blockage it's recommended WebSockets are requested on port 80 or 443 (SSL), which requires root access. In order to do this, along with your sync web stack, you can either use a reverse proxy or two separate machines. You can find more details in the server conf docs.
Documentation
User and API documentation is available on Ratchet's website: http://socketo.me
See https://github.com/cboden/Ratchet-examples for some out-of-the-box working demos using Ratchet.
Need help? Have a question? Want to provide feedback? Write a message on the Google Groups Mailing List.
A quick example
$ php chat.php
All versions of ratchetphp with dependencies
ratchet/rfc6455 Version ^0.3.1
react/socket Version ^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5
react/event-loop Version >=0.4
guzzlehttp/psr7 Version ^1.7|^2.0
symfony/http-foundation Version ^2.6|^3.0|^4.0|^5.0|^6.0
symfony/routing Version ^2.6|^3.0|^4.0|^5.0|^6.0