drosalys-web/web-socket-bundle

将WebSocket集成到您的Symfony应用中。

安装量: 1,642

依赖项: 0

建议者: 0

安全性: 0

星星: 0

分支: 1

类型:symfony-bundle

v0.12.0 2024-07-30 15:08 UTC

This package is auto-updated.

Last update: 2024-08-30 15:32:20 UTC


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