mopa / feed-bundle
Websocket and Feedfunctionality
Installs: 1 200
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.2
- defuse/php-encryption: ~2
- p2/ratchet-bundle: dev-fix-ratchet-36 as v1.0.4
- php-amqplib/rabbitmq-bundle: @stable
This package is auto-updated.
Last update: 2024-10-16 00:10:29 UTC
README
Mopa Feed Bundle ================ This bundle comes with no guarantee :-) Its intended to make websocket usage simpler and was orginating from sending user news feeds. Now it can handle quite a bit more and even power chats It is relying on rabbitmq to allow to send websocket messages from symfony2 applications that are not running in the same process as the websocket. So you are abled to inform connected user applications asyncronously. this bundle is already used in a few applications and might be heavily over engineered and untestet (phpunit). One of the main goals was reusability of templates: so you can instruct the system to use templates connected with messages render them server sided in twig and send them then via websockets to "just use" the output in your app