PHPackages                             vientodigital/laravel-expo-push-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. vientodigital/laravel-expo-push-notifications

ActiveLibrary

vientodigital/laravel-expo-push-notifications
=============================================

Laravel Channel for sending push notifications using Expo React Native

1.0.1(7y ago)47084[1 issues](https://github.com/VientoDigital/Laravel-Expo-Push-Notifications/issues)MITPHP

Since Apr 15Pushed 6y ago2 watchersCompare

[ Source](https://github.com/VientoDigital/Laravel-Expo-Push-Notifications)[ Packagist](https://packagist.org/packages/vientodigital/laravel-expo-push-notifications)[ RSS](/packages/vientodigital-laravel-expo-push-notifications/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

Laravel Expo Push Notifications
===============================

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

A Laravel Channel for sending push notifications to an Expo React Native App.

Getting Started
---------------

[](#getting-started)

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

[](#prerequisites)

What things you need to install the software and how to install them

```
Laravel 5.5+
PHP 7+

```

### Installing

[](#installing)

A step by step series of examples that tell you how to get a development env running

Say what the step will be

```
composer require vientodigital/laravel-expo-push-notification

```

### Example

[](#example)

```
use VientoDigital\LaravelExpoPushNotifications\Channels\ExpoPushNotificationChannel;
use VientoDigital\LaravelExpoPushNotifications\Messages\ExpoPushNotificationMessage;

    public function via($notifiable)
    {
        return ['mail', 'database', ExpoPushNotificationChannel::class];
    }

    public function toExpo($notifiable)
    {
        return (new ExpoPushNotificationMessage)
            ->title("Push Notification Title")
            ->body("Lorem ipsum....");
    }

```

End with an example of getting some data out of the system or using it for a little demo

Running the tests
-----------------

[](#running-the-tests)

TODO

Deployment
----------

[](#deployment)

Add additional notes about how to deploy this on a live system

Contributing
------------

[](#contributing)

Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.

Versioning
----------

[](#versioning)

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).

Authors
-------

[](#authors)

- **Victor Yoalli Dominguez** - *Initial work* - [VientoDigital](https://github.com/VientoDigital)

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

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 ~0 days

Total

2

Last Release

2585d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/488202a656e6be4d5992b6c2d7bb91155587fa7144279b5c52f671b5d88eb24e?d=identicon)[victoryoalli](/maintainers/victoryoalli)

---

Top Contributors

[![victoryoalli](https://avatars.githubusercontent.com/u/141497?v=4)](https://github.com/victoryoalli "victoryoalli (9 commits)")

### Embed Badge

![Health badge](/badges/vientodigital-laravel-expo-push-notifications/health.svg)

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

###  Alternatives

[laravel/slack-notification-channel

Slack Notification Channel for laravel.

89069.7M111](/packages/laravel-slack-notification-channel)[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[laravel-notification-channels/fcm

FCM (Firebase Cloud Messaging) Notifications Driver for Laravel

5917.0M16](/packages/laravel-notification-channels-fcm)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)

PHPackages © 2026

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