PHPackages                             open20/amos-expo - 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. open20/amos-expo

ActiveYii2-extension[Mail &amp; Notifications](/categories/mail)

open20/amos-expo
================

Yii2 extension for working with Expo push notifications

1.1.1(5y ago)0165MITPHPPHP &gt;=7.0.0

Since May 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/regionelombardia-open20/open2-expo)[ Packagist](https://packagist.org/packages/open20/amos-expo)[ RSS](/packages/open20-amos-expo/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (0)

Yii2 Expo Push Notifications
============================

[](#yii2-expo-push-notifications)

Yii2 extension for working with Expo push notifications

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist open20/amos-expo "*"

```

or add

```
"open20/amos-expo": "*"

```

to the require section of your `composer.json` file.

Config
------

[](#config)

Once the extension is installed, add it to your config file(main.php) :

```
'expo' => [
            'class' => 'open20\expo\ExpoPush'
        ],

```

Usage
-----

[](#usage)

```
$data = [
    'title' => 'Some title',
    'text' => 'Some text'
];
$notification = ['body' => $text, 'data' => $data];
\Yii::$app->expo->notify('ExponentPushToken[xxxxxxxxxxxxx]', $notification);

```

`$data` is optional

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

2176d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6eb97765ff9c2a6c83df362376ac9fe8f21e4ac4c3b65fd1e2380233178fe500?d=identicon)[open2.0](/maintainers/open2.0)

---

Tags

yii2extensionpush notificationexpoexponent

### Embed Badge

![Health badge](/badges/open20-amos-expo/health.svg)

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

###  Alternatives

[nterms/yii2-mailqueue

Email queue component for yii2 that works with yii2-swiftmailer.

87129.2k2](/packages/nterms-yii2-mailqueue)[nickcv/yii2-mandrill

Mandrill Api Integration for Yii2

29554.2k2](/packages/nickcv-yii2-mandrill)[odaialali/yii2-toastr

This is the Toastr extension for Yii 2. It encapsulates Toastr plugin in terms of Yii widgets, and makes ajax notification easy to implement.

1486.3k](/packages/odaialali-yii2-toastr)

PHPackages © 2026

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