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

ActiveLibrary

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 yesterday

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 60% 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

2012d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c128a37b027f47582249bbb0a5b2a1373d2b0b5cbe28bef7ba7a3811db0ec279?d=identicon)[sweebee](/maintainers/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

[laravel/slack-notification-channel

Slack Notification Channel for laravel.

89069.7M111](/packages/laravel-slack-notification-channel)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[alymosul/exponent-server-sdk-php

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

1541.5M14](/packages/alymosul-exponent-server-sdk-php)[laravel/vonage-notification-channel

Vonage Notification Channel for laravel.

7542.9M18](/packages/laravel-vonage-notification-channel)[thomasjohnkane/snooze

Schedule future notifications and reminders in Laravel

9321.5M2](/packages/thomasjohnkane-snooze)[norkunas/onesignal-php-api

OneSignal API for PHP

2441.8M21](/packages/norkunas-onesignal-php-api)

PHPackages © 2026

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