kraken-collective / ws-symfony-bundle
Symfony Websocket Bundle
Installs: 37
Dependents: 1
Suggesters: 0
Security: 0
Stars: 12
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^5.5.9 || ^7.0
- kraken-php/network: ^0.3.2
- symfony/console: ^3.0
- symfony/framework-bundle: ^3.0
- symfony/security-bundle: ^3.0
Requires (Dev)
- phpunit/phpunit: ~4.8|~5.0
- symfony/phpunit-bridge: ^2.7 || ^3.0
Suggests
- snc/redis-bundle: Provides an alternative SessionHandler (native session handlers won't work with this bundle).
This package is not auto-updated.
Last update: 2024-11-18 15:03:26 UTC
README
About
This bundle integrates Kraken Framework Network Component into your Symfony application.
Branches
- Use version
1.0.*
or the1.0
branch. The bundle requires Symfony3.0
or higher.
This bundle is also available via composer, find it on packagist.
Documentation
Read the documentation in Resources/doc/
Demo application
To see WsSymfonyBundle in action clone this example app repository. It's a simple chat application based on WebSocket communication between clients and the server.