PHPackages                             amiriun/pushe - 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. amiriun/pushe

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

amiriun/pushe
=============

php wrapper for pushe.co push notification

412PHP

Since Feb 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/amiriun/Pushe)[ Packagist](https://packagist.org/packages/amiriun/pushe)[ RSS](/packages/amiriun-pushe/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Pushe.co (Push Notification Service)
====================================

[](#pusheco-push-notification-service)

[![Build Status](https://camo.githubusercontent.com/b57a4c946d2b4a14d356beacf7889005523f2e4271a9a288d5557ed5f5deeb3c/68747470733a2f2f7472617669732d63692e6f72672f616d697269756e2f70757368652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/amiriun/pushe)[![Coverage Status](https://camo.githubusercontent.com/9e5989f9097608f296007db12b0cd3720aba9f9fc541795f463ffd5a2b392394/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f616d697269756e2f70757368652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/amiriun/pushe?branch=master)

Instalation
-----------

[](#instalation)

To install via Composer , use the command bellow:

```
composer require amiriun/pushe

```

Usage
-----

[](#usage)

```
use \Amiriun\Pushe\Configuration;
use \Amiriun\Pushe\Filter;
use \Amiriun\Pushe\Pushe;

// Firstly,you have to set your configuration
Configuration::make()->setToken("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");
Configuration::make()->setIsAsync(true);
Configuration::make()->setApplicationsPackageName(["com.example.myApp"]);

// If you'd like to filter push to some users with some parameters you can use filter:
$filter = (new Filter())
        ->byInstanceId(['xxxxx','yyyyy']) // Filter by instance id of web push users
        ->byAndroidId(['xxx','yyy']) // Filter by android id of android users
        ->byBrand(['lg']) // Filter by mobile's brand of users
        ->byOperator(['mci']) // Filter by users who has specify operator
        ->byMobileNetwork(['lte']) // Filter by network of users
        ->byPushIdOrIMEI('nnnnn'); // Filter by user's push id or imei

// Finally you can fill your notification data to send
$pushe = new Pushe();
$pushe->setTitle('titr')
    ->setContent('badane')
    ->filter($filter) // optional
    ->setVisible() // optional
    ->send();

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e03e58f507b4ebb95c34e6e52b1d4f50ec625069f6e1d48d2144e1004848ef5?d=identicon)[amircup2006](/maintainers/amircup2006)

---

Top Contributors

[![amiriun](https://avatars.githubusercontent.com/u/5228893?v=4)](https://github.com/amiriun "amiriun (17 commits)")

### Embed Badge

![Health badge](/badges/amiriun-pushe/health.svg)

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

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

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