PHPackages                             wiebenieuwenhuis/expo-notification - 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. wiebenieuwenhuis/expo-notification

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

wiebenieuwenhuis/expo-notification
==================================

Send push notifications with Expo

1.3.4(5y ago)01.7kMITPHPPHP &gt;=7.0CI failing

Since Jun 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/sweebee/expo-notification)[ Packagist](https://packagist.org/packages/wiebenieuwenhuis/expo-notification)[ RSS](/packages/wiebenieuwenhuis-expo-notification/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (8)Dependencies (1)Versions (9)Used By (0)

Expo Notifcation
================

[](#expo-notifcation)

Send notifications with the Expo API

Example
-------

[](#example)

```
$notification = new ExpoNotification();

$result = $notification
	->to([
		'ExponentPushToken[GoVJ_qPG41_nHi-4EQS5UU]',
		'ExponentPushToken[P7yjE4MojbyaqpOiwwANgB]'
	])
	->title('test')
	->body('message')
	->data([
		'row' => 'item'
	])
	->badge(1)
	->channel('default')
	->sound('default')
	//->silent()
	//->test()
	->send();

print_r($result);
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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 ~126 days

Total

8

Last Release

2062d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10496485?v=4)[sweebee](/maintainers/sweebee)[@sweebee](https://github.com/sweebee)

---

Top Contributors

[![sweebee](https://avatars.githubusercontent.com/u/10496485?v=4)](https://github.com/sweebee "sweebee (9 commits)")

---

Tags

notificationsexpo

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wiebenieuwenhuis-expo-notification/health.svg)

```
[![Health](https://phpackages.com/badges/wiebenieuwenhuis-expo-notification/health.svg)](https://phpackages.com/packages/wiebenieuwenhuis-expo-notification)
```

###  Alternatives

[minishlink/web-push

Web Push library for PHP

1.9k14.3M71](/packages/minishlink-web-push)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[alymosul/exponent-server-sdk-php

Server-side library for working with Expo push notifications using PHP

1551.6M16](/packages/alymosul-exponent-server-sdk-php)[thomasjohnkane/snooze

Schedule future notifications and reminders in Laravel

9341.7M2](/packages/thomasjohnkane-snooze)[laravel-notification-channels/pusher-push-notifications

Pusher native Push Notifications driver.

281788.6k1](/packages/laravel-notification-channels-pusher-push-notifications)[paragraph1/php-fcm

PHP application server for google firebase cloud messaging (FCM)

1991.3M11](/packages/paragraph1-php-fcm)

PHPackages © 2026

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