PHPackages                             authbucket/push-symfony-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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. authbucket/push-symfony-bundle

ActiveSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

authbucket/push-symfony-bundle
==============================

Symfony PushBundle

1.0.6(10y ago)2312MITPHPPHP &gt;=5.5.9

Since Oct 13Pushed 9y ago5 watchersCompare

[ Source](https://github.com/authbucket/push-symfony-bundle)[ Packagist](https://packagist.org/packages/authbucket/push-symfony-bundle)[ Docs](https://github.com/authbucket/push-symfony-bundle)[ RSS](/packages/authbucket-push-symfony-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (15)Versions (17)Used By (0)

AuthBucket\\Bundle\\PushBundle
==============================

[](#authbucketbundlepushbundle)

[![Build Status](https://camo.githubusercontent.com/07b23bef47ddc111ae60613fba2bb65b0564e2ed3c951dc2aebcb11c90e3bc4b/68747470733a2f2f7472617669732d63692e6f72672f617574686275636b65742f707573682d73796d666f6e792d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/authbucket/push-symfony-bundle)[![Coverage Status](https://camo.githubusercontent.com/c4719ece77aaa4d419bbfb08d6392f9cfe128c0e2438d9e95c46bb0b890d6e25/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f617574686275636b65742f707573682d73796d666f6e792d62756e646c652e737667)](https://coveralls.io/r/authbucket/push-symfony-bundle?branch=master)[![Dependency Status](https://camo.githubusercontent.com/86bfd671c22dd8f474f0110c4db1e99c00377b558bea502093a649183449b3a4/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f617574686275636b65743a707573682d73796d666f6e792d62756e646c652f6465762d6d61737465722f62616467652e737667)](https://www.versioneye.com/php/authbucket:push-symfony-bundle/dev-master)[![Latest Stable Version](https://camo.githubusercontent.com/06e0e0d5aeb1e661165ccbda3175c97f50b127e52f24df90b5a0acbeba22fcda/68747470733a2f2f706f7365722e707567782e6f72672f617574686275636b65742f707573682d73796d666f6e792d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/authbucket/push-symfony-bundle)[![Total Downloads](https://camo.githubusercontent.com/415d2688e558efe8456ad583fef14cafb44aa1e16d888eb5596bada7ef6e8de2/68747470733a2f2f706f7365722e707567782e6f72672f617574686275636b65742f707573682d73796d666f6e792d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/authbucket/push-symfony-bundle)[![License](https://camo.githubusercontent.com/9000af656ff4b69a16d3a7e6165f09db5f8bcf281d6c6f8d596d0560f47cc809/68747470733a2f2f706f7365722e707567782e6f72672f617574686275636b65742f707573682d73796d666f6e792d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/authbucket/push-symfony-bundle)

The primary goal of [AuthBucket\\Bundle\\PushBundle](http://push-symfony-bundle.authbucket.com/)is to develop a library for sending out push notifications to mobile devices; secondary goal would be develop corresponding wrapper [Symfony2 Bundle](http://symfony.com) and [Drupal module](https://www.drupal.org).

This library bundle with a [Silex](http://silex.sensiolabs.org/) based [AuthBucketPushServiceProvider](https://github.com/authbucket/push-symfony-bundle/blob/master/src/AuthBucket/Push/Provider/AuthBucketPushServiceProvider.php)for unit test and demo purpose. Installation and usage can refer as below.

Demo
----

[](#demo)

The demo is based on [Silex](http://silex.sensiolabs.org/) and [AuthBucketPushServiceProvider](https://github.com/authbucket/push-symfony-bundle/blob/master/src/AuthBucket/Push/Provider/AuthBucketPushServiceProvider.php). Read though [Demo](http://push-symfony-bundle.authbucket.com/demo) for more information.

You may also run the demo locally. Open a console and execute the following command to install the latest version in the `push-symfony-bundle` directory:

```
$ composer create-project authbucket/push-symfony-bundle push-symfony-bundle "~0.0"

```

Then use the PHP built-in web server to run the demo application:

```
$ cd push-symfony-bundle
$ php app/console server:run

```

If you get the error `There are no commands defined in the "server" namespace.`, then you are probably using PHP 5.3. That's ok! But the built-in web server is only available for PHP 5.4.0 or higher. If you have an older version of PHP or if you prefer a traditional web server such as Apache or Nginx, read the [Configuring a web server](http://silex.sensiolabs.org/doc/web_servers.html) article.

Open your browser and access the  URL to see the Welcome page of demo application.

Also access [http://127.0.0.1:8000/admin/refresh\_database](http://127.0.0.1:8000/admin/refresh_database) to initialize the bundled SQLite database with user account `admin`:`secrete`.

Documentation
-------------

[](#documentation)

Push's documentation is built with [Sami](https://github.com/fabpot/Sami) and publicly hosted on [GitHub Pages](http://authbucket.github.io/push-symfony-bundle).

To built the documents locally, execute the following command:

```
$ vendor/bin/sami.php update .sami.php

```

Open `build/sami/index.html` with your browser for the documents.

Tests
-----

[](#tests)

This project is coverage with [PHPUnit](http://phpunit.de/) test cases; CI result can be found from [Travis CI](https://travis-ci.org/authbucket/push-symfony-bundle); code coverage report can be found from [Coveralls](https://coveralls.io/r/authbucket/push-symfony-bundle).

To run the test suite locally, execute the following command:

```
$ vendor/bin/phpunit

```

Open `build/logs/html` with your browser for the coverage report.

References
----------

[](#references)

- [Demo](http://push-symfony-bundle.authbucket.com/demo)
- [API](http://authbucket.github.io/push-symfony-bundle/)
- [GitHub](https://github.com/authbucket/push-symfony-bundle)
- [Packagist](https://packagist.org/packages/authbucket/push-symfony-bundle)
- [Travis CI](https://travis-ci.org/authbucket/push-symfony-bundle)
- [Coveralls](https://coveralls.io/r/authbucket/push-symfony-bundle)

License
-------

[](#license)

- Code released under [MIT](https://github.com/authbucket/push-symfony-bundle/blob/master/LICENSE)
- Docs released under [CC BY-NC-SA 3.0](http://creativecommons.org/licenses/by-nc-sa/3.0/)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~31 days

Recently: every ~0 days

Total

15

Last Release

3792d ago

Major Versions

0.0.8 → 1.0.02015-12-20

PHP version history (2 changes)0.0.1PHP &gt;=5.3.9

1.0.0PHP &gt;=5.5.9

### Community

Maintainers

![](https://www.gravatar.com/avatar/8dc67be71c6d9a9242bfe0db8d0293a7a0731c35f6f9d6ae72ab13ba90af519f?d=identicon)[hswong3i](/maintainers/hswong3i)

---

Top Contributors

[![hswong3i](https://avatars.githubusercontent.com/u/780562?v=4)](https://github.com/hswong3i "hswong3i (47 commits)")

---

Tags

psr-3symfonypushnotificationgcmoauth2PSR-4PSR-2apnsPSR-1

### Embed Badge

![Health badge](/badges/authbucket-push-symfony-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/authbucket-push-symfony-bundle/health.svg)](https://phpackages.com/packages/authbucket-push-symfony-bundle)
```

###  Alternatives

[authbucket/oauth2-symfony-bundle

Symfony OAuth2Bundle

839.2k1](/packages/authbucket-oauth2-symfony-bundle)[authbucket/oauth2-php

The standard compliant OAuth2.0 library based on the Symfony Components

82107.6k4](/packages/authbucket-oauth2-php)[mcfedr/awspushbundle

A set of services to simplify using Aws to send push notifications

40378.6k1](/packages/mcfedr-awspushbundle)[sulu/skeleton

Project template for starting your new project based on the Sulu content management system

29733.3k](/packages/sulu-skeleton)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
