drosalys-web / web-socket-bundle
将WebSocket集成到您的Symfony应用中。
v0.12.0
2024-07-30 15:08 UTC
Requires
- php: ^7.4|^8.0
- ext-dom: *
- cboden/ratchet: ^0.4.3
- symfony/config: ^4.4|^5.0
- symfony/console: ^4.4|^5.0
- symfony/dependency-injection: ^4.4|^5.0
- symfony/http-kernel: ^4.4|^5.0
- symfony/yaml: ^4.4|^5.0
Requires (Dev)
- doctrine/persistence: ^1.3|^2.0
- symfony/form: ^4.4|^5.0
- symfony/mailer: ^4.4|^5.0
- symfony/security-core: ^4.4|^5.0
- twig/twig: ^1.41|^2.10|^3.0
README
将WebSocket集成到您的Symfony应用中。
安装
composer require drosalys-web/web-socket-bundle
Symfony集成 (^4.4|^5.0)
Flex尚未可用。
- 在您的
config/bundle.php
中启用该包<?php
return [
//...
DrosalysWeb\Bundle\WebSocketBundle\DrosalysWebWebSocketBundle::class => ['all' => true],
//...
];
- That all for default configuration.
## Documentations
TODO
## License
This bundle is under the MIT license. See the complete license:
LICENSE