drosalys-web/web-socket-bundle

Include WebSocket into your Symfony app.

Installs: 1 723

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 1

Type:symfony-bundle

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

This package is auto-updated.

Last update: 2024-10-30 15:53:10 UTC


README

Include WebSocket into your Symfony app.

Install

composer require drosalys-web/web-socket-bundle

Symfony integration (^4.4|^5.0)

Flex not yet available.

  • Enable the bundle in your 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