PHPackages                             borsaco/pushe-notification-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. borsaco/pushe-notification-bundle

ActiveSymfony-bundle[Mail &amp; Notifications](/categories/mail)

borsaco/pushe-notification-bundle
=================================

PHP pushe.co API wrapper for Symfony applications

1.0.0(6y ago)00MITPHP

Since Jul 9Pushed 6y ago1 watchersCompare

[ Source](https://github.com/borsaco/PusheNotificationBundle)[ Packagist](https://packagist.org/packages/borsaco/pushe-notification-bundle)[ Docs](http://borsaco.ir)[ RSS](/packages/borsaco-pushe-notification-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

PusheNotificationBundle
=======================

[](#pushenotificationbundle)

PHP pushe.co API wrapper for Symfony applications

Install
-------

[](#install)

Via Composer

```
composer require borsaco/pushe-notification-bundle

```

Initialise
----------

[](#initialise)

first initialise with this code and token you get from

Edit your app/AppKernel.php to register the bundle in the `registerBundles()` method as above:

```
class AppKernel extends Kernel
{

    public function registerBundles()
    {
        $bundles = array(
            // ...
            // register the bundle here
            new Borsaco\PusheNotificationBundle\PusheNotificationBundle()
        );
    }
}

```

then you have to config token for send notification you can get token from pushe.co and add configure in your config file:

```
pushe_notification:
    token: "7fb1***********29b464c"

```

Usage
-----

[](#usage)

Wherever you have access to the service container :

```
$pushNotification = $this->container->get('pushe_notification');
$pushNotification->send();

```

More
----

[](#more)

You can find more help in

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2500d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1e9927d777a2f4eda2e5ad7e16fbc081d1702cd63434a962b51a63d878c2c390?d=identicon)[seddighi78](/maintainers/seddighi78)

---

Top Contributors

[![seddighi78](https://avatars.githubusercontent.com/u/29895767?v=4)](https://github.com/seddighi78 "seddighi78 (3 commits)")

---

Tags

apisymfonypushnotificationSymfony2push notificationsymfony3pushe

### Embed Badge

![Health badge](/badges/borsaco-pushe-notification-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/borsaco-pushe-notification-bundle/health.svg)](https://phpackages.com/packages/borsaco-pushe-notification-bundle)
```

###  Alternatives

[mcfedr/awspushbundle

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

40378.6k1](/packages/mcfedr-awspushbundle)[bentools/webpush-bundle

Send push notifications through Web Push Protocol to your Symfony users.

71274.3k](/packages/bentools-webpush-bundle)[dropfan/onesignal-server-api

OneSignal server API for PHP, you can push notifications to any platform. (iOS/APNS, Android/GCM/FCM, WP, Web/Chrome/Safari...etc.) No third-party dependency that you can use this library in any project or framework.

169.2k](/packages/dropfan-onesignal-server-api)[nilportugues/jsonapi-bundle

Symfony 2 &amp; 3 JSON API Transformer Package

11446.0k](/packages/nilportugues-jsonapi-bundle)[joetannenbaum/phpushbullet

PHP API wrapper for Pushbullet.

3146.4k4](/packages/joetannenbaum-phpushbullet)[leonardoteixeira/pushover

A simple PHP library for the Pushover service

1827.7k3](/packages/leonardoteixeira-pushover)

PHPackages © 2026

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