PHPackages                             azasar/yii2-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. azasar/yii2-expo

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

azasar/yii2-expo
================

Yii2 extension for working with Expo push notifications

v1.0(8y ago)02.8kMITPHPPHP &gt;=7.0.0

Since Feb 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/azasar/yii2-expo)[ Packagist](https://packagist.org/packages/azasar/yii2-expo)[ RSS](/packages/azasar-yii2-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 azasar/yii2-expo "*"

```

or add

```
"azasar/yii2-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' => 'azasar\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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3016d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3e9e2642ff091d04cf7f4ed0758efaa4863ad774388833d77687f83e616eaf12?d=identicon)[sarsenbayev](/maintainers/sarsenbayev)

---

Top Contributors

[![azasar](https://avatars.githubusercontent.com/u/4111136?v=4)](https://github.com/azasar "azasar (6 commits)")

---

Tags

yii2extensionpush notificationexpoexponent

### Embed Badge

![Health badge](/badges/azasar-yii2-expo/health.svg)

```
[![Health](https://phpackages.com/badges/azasar-yii2-expo/health.svg)](https://phpackages.com/packages/azasar-yii2-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)
