2017 © Pedro Peláez
 

symfony-bundle ekko-broadcast-bundle

image

edwin-luijten/ekko-broadcast-bundle

  • Wednesday, August 17, 2016
  • by Edwin-Luijten
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

Ekko Broadcast Bundle

Latest Version Software License Build Status Code Coverage Quality Score SensioLabs Insight Total Downloads, (*1)

In many modern web applications, there is some kind of real-time user experience. When some data is updated on the server, a message is typically sent over a websocket connection or push notification to be handled by the client., (*2)

This library aims to help you with that, with support for Pusher and Redis out of the box., (*3)

Install

Via Composer, (*4)

``` bash $ composer require edwin-luijten/ekko-broadcast-bundle, (*5)


## Usage Please check the [wiki page](https://github.com/Edwin-Luijten/ekko-broadcast-bundle/wiki) for a detailed implementation documentation. ### Enable ### Enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project: ```php <?php // app/AppKernel.php // ... class AppKernel extends Kernel { public function registerBundles() { $bundles = array( // ... new EdwinLuijten\Ekko\BroadcastBundle\BroadcastBundle(), ); // ... } // ... }

Change log

Please see CHANGELOG for more information what has changed recently., (*6)

Testing

bash $ ./vendor/bin/phpunit, (*7)

Contributing

Please see CONTRIBUTING for details., (*8)

Security

If you discover any security related issues, please email :author_email instead of using the issue tracker., (*9)

Credits

License

The MIT License (MIT). Please see License File for more information., (*10)

The Versions

04/08 2016

0.1.0

0.1.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Edwin Luijten