PHPackages                             journalctl/push-to-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. journalctl/push-to-pushe

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

journalctl/push-to-pushe
========================

Send push notification to pushe users

v0.17(7y ago)17MITPHPPHP ^7.1

Since May 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/journalctl/push-to-pushe)[ Packagist](https://packagist.org/packages/journalctl/push-to-pushe)[ Docs](https://github.com/journalctl/push-to-pushe)[ RSS](/packages/journalctl-push-to-pushe/feed)WikiDiscussions master Synced 2mo ago

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

Push To Pushe
=============

[](#push-to-pushe)

Send simple push notification by pushe service in laravel.

Install
-------

[](#install)

This package can be installed through Composer.

```
composer require journalctl/push-to-pushe
```

```
php artisan vendor:publish
```

Config
------

[](#config)

Add your pushe `token` and `app_ids` to `config/push-to-pushe.php`.

```
[
    'app_ids' => ['appId-1'],
    'token' => 'your-pushe-service-token',
]
```

Usage
-----

[](#usage)

Add HasPushToPushe trait to your \[user\] model.

```
use Journalctl\HasPushToPushe;

...

use HasPushToPushe;

..
```

Save pushe ids
--------------

[](#save-pushe-ids)

```
use Journalctl\PushToPushe\PushToPushe;

...

$user->pusheIds()->save(new PushToPushe(['pushe_id' => 'your-client-pushe-id']));

...
```

Send push notify
----------------

[](#send-push-notify)

```
$user->pushToPushe('First notify', 'The first push to pushe notification!');
```

Contributing
------------

[](#contributing)

Thank you for considering contributing to PushToPushe!

License
-------

[](#license)

The PushToPushe is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Every ~0 days

Total

2

Last Release

2555d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ce186243025055f0663415b20d1090a61ab086bb1815cfe2189a221c9fb83fc7?d=identicon)[yusefarianpour](/maintainers/yusefarianpour)

---

Top Contributors

[![yusefarianpour](https://avatars.githubusercontent.com/u/479012?v=4)](https://github.com/yusefarianpour "yusefarianpour (2 commits)")

---

Tags

laravellumenfirebaseFCMpushe

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/journalctl-push-to-pushe/health.svg)

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

PHPackages © 2026

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