PHPackages                             imdhemy/expo-notifications - 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. imdhemy/expo-notifications

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

imdhemy/expo-notifications
==========================

PHP expo push notifications client

0.05(5y ago)019MITPHP

Since Jan 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/imdhemy/expo-server-sdk-php)[ Packagist](https://packagist.org/packages/imdhemy/expo-notifications)[ RSS](/packages/imdhemy-expo-notifications/feed)WikiDiscussions main Synced yesterday

READMEChangelog (5)Dependencies (7)Versions (7)Used By (0)

php-server-sdk-php
==================

[](#php-server-sdk-php)

PHP expo push notifications client

Installation
------------

[](#installation)

You can install the package via composer

```
composer require imdhemy/expo-notifications

```

Usage
-----

[](#usage)

```
use Imdhemy\Expo\Client;
use Imdhemy\Expo\Messages\Message;
use Imdhemy\Expo\Messages\MessageList;

$tokens = [
    'ExponentPushToken[aaaaaaaaaaaaaaaaaaaaaa]',
    'ExponentPushToken[bbbbbbbbbbbbbbbbbbbbbb]',
];
$title = 'hello';
$body = 'world';

$message = new Message($title, $body);
$message->addManyPushTokens($tokens);

$list = MessageList::init()->addMessage($message);

$client = Client::create();
$tickets = $client->push($list);
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

5

Last Release

1928d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/22a24571a8060dbc3e646a409d2274086f755e57dc0aa3eba2ba37d51b6fd84b?d=identicon)[imdhemy](/maintainers/imdhemy)

---

Top Contributors

[![imdhemy](https://avatars.githubusercontent.com/u/22864831?v=4)](https://github.com/imdhemy "imdhemy (23 commits)")

---

Tags

phpnotificationspush notificationsexpo

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/imdhemy-expo-notifications/health.svg)

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

###  Alternatives

[paragraph1/php-fcm

PHP application server for google firebase cloud messaging (FCM)

1991.2M10](/packages/paragraph1-php-fcm)[bentools/webpush-bundle

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

71274.3k](/packages/bentools-webpush-bundle)[redjanym/php-firebase-cloud-messaging

PHP SDK for Firebase Cloud Messaging from Google

39847.9k1](/packages/redjanym-php-firebase-cloud-messaging)[solvecrew/expo-notifications-bundle

Bundle to handle the BE tasks of the push notifications service for the expo react-native Framework.

2055.8k1](/packages/solvecrew-expo-notifications-bundle)[usamamuneerchaudhary/filament-notifier

A powerful notification system for FilamentPHP that handles multi-channel notifications with template management, scheduling, and real-time delivery. Built for developers who need enterprise-grade notifications without the complexity.

321.1k](/packages/usamamuneerchaudhary-filament-notifier)

PHPackages © 2026

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