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 3w ago

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

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

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

3069d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/54562386?v=4)[Ilyas Sarsenbayev](/maintainers/sarsenbayev)[@sarsenbayev](https://github.com/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

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[nterms/yii2-mailqueue

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

84135.6k2](/packages/nterms-yii2-mailqueue)[boundstate/yii2-mailgun

Mailgun integration for the Yii framework

28168.1k](/packages/boundstate-yii2-mailgun)[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.

1689.5k](/packages/odaialali-yii2-toastr)[djagya/yii2-sparkpost

A library provides Yii2 integration with SparkPost mail service

1816.4k](/packages/djagya-yii2-sparkpost)

PHPackages © 2026

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