Download the PHP package ekstazi/reamp without Composer
On this page you can find all versions of the php package ekstazi/reamp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ekstazi/reamp
More information about ekstazi/reamp
Files in ekstazi/reamp
Package reamp
Short Description PHP WebSocket library
License MIT
Homepage http://socketo.me
Informations about the package reamp
ReAmp
What is ReAmp ? It is port of RatchEt to amphp/amp. It was created as fork of original project but add some new features:
- Use different namespace
- Use amphp by default
- Php7 support
- Phpunit 6
- Code style
There still lack of features but will be done in future:
- http request body support (post/put/create)
- http request pipeline support
- psr logging support
- better parsing similar to amp/aerys style
- support async and promises in components
Because code base is similar to Ratchet documentation can be found on original site.
Ratchet
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 reamp with dependencies
ratchet/rfc6455 Version ^0.2
guzzlehttp/psr7 Version ^1.0
symfony/http-foundation Version ^2.6|^3.0|^4.0
symfony/routing Version ^2.6|^3.0|^4.0
amphp/socket Version ^0.10.5