PHPackages                             codraw/pusher-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. codraw/pusher-bundle

ActiveLibrary

codraw/pusher-bundle
====================

Integrate the Pusher Channels API into Symfony

0.40.3(today)00MITPHPPHP &gt;=8.5

Since Jul 27Pushed todayCompare

[ Source](https://github.com/Cloud-Officer/codraw-pusher-bundle)[ Packagist](https://packagist.org/packages/codraw/pusher-bundle)[ RSS](/packages/codraw-pusher-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (10)Versions (2)Used By (0)

DrawPusherBundle
================

[](#drawpusherbundle)

This bundle let you use Pusher simply.

[Pusher](http://pusher.com/) ([Documentation](http://pusher.com/docs)) is a simple hosted API for adding realtime bi-directional functionality via WebSockets to web and mobile apps, or any other Internet connected device. It's super powerful, and a ton of fun!

This bundle is under the MIT license.

Installation
------------

[](#installation)

Use [composer](http://getcomposer.org) to install this bundle.

```
composer require codraw/pusher-bundle
```

If you're not using Symfony Flex, then you will also need to enable `Draw\Bundle\PusherBundle\DrawPusherBundle` in your `config/bundles.php` file.

```
