2017 © Pedro Peláez
 

symfony-bundle pusher-bundle

Endroid Pusher Bundle for Symfony

image

endroid/pusher-bundle

Endroid Pusher Bundle for Symfony

  • Monday, January 1, 2018
  • by endroid
  • Repository
  • 1 Watchers
  • 0 Stars
  • 140 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Pusher Bundle

By endroid, (*1)

Latest Stable Version Build Status Total Downloads Monthly Downloads License, (*2)

This bundle enables easy integration of real-time features provided by Pusher., (*3)

knpbundles.com, (*4)

Requirements

Installation

Use Composer to install the bundle., (*5)

``` bash $ composer require endroid/pusher-bundle, (*6)


Then enable the bundle via the kernel. ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = [ // ... new Endroid\PusherBundle\EndroidPusherBundle(), ]; }

Configuration

config.yml

endroid_pusher:
    app_id: ...
    key: ...
    secret: ...

Usage

<?php

$pusher = $container->get('endroid_pusher.pusher');
$pusher->trigger('my_channel', 'my_event', ['message' => 'my_message']);

The service returns the Pusher object as defined by the Pusher PHP Library., (*7)

Versioning

Version numbers follow the MAJOR.MINOR.PATCH scheme. Backwards compatibility breaking changes will be kept to a minimum but be aware that these can occur. Lock your dependencies for production and test your code when upgrading., (*8)

License

This bundle is under the MIT license. For the full copyright and license information please view the LICENSE file that was distributed with this source code., (*9)

The Versions

01/01 2018

dev-master

9999999-dev https://github.com/endroid/pusher-bundle

Endroid Pusher Bundle for Symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

php bundle symfony endroid pusher

01/01 2018

2.0.0

2.0.0.0 https://github.com/endroid/pusher-bundle

Endroid Pusher Bundle for Symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

php bundle symfony endroid pusher

31/12 2017

1.x-dev

1.9999999.9999999.9999999-dev https://github.com/endroid/pusher-bundle

Endroid Pusher Bundle for Symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

bundle symfony endroid pusher

01/01 2017

1.1.0

1.1.0.0 https://github.com/endroid/EndroidPusherBundle

Endroid Pusher Bundle for Symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

bundle symfony endroid pusher

30/01 2016

1.0.0

1.0.0.0 https://github.com/endroid/EndroidPusherBundle

Endroid Pusher Bundle for Symfony

  Sources   Download

MIT

The Requires

 

bundle symfony endroid pusher