Download the PHP package codeliter/expo-notification-pusher without Composer
On this page you can find all versions of the php package codeliter/expo-notification-pusher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download codeliter/expo-notification-pusher
More information about codeliter/expo-notification-pusher
Files in codeliter/expo-notification-pusher
Download codeliter/expo-notification-pusher
More information about codeliter/expo-notification-pusher
Files in codeliter/expo-notification-pusher
Vendor codeliter
Package expo-notification-pusher
Short Description Send push notifications from your backend to an expo app
License MIT
Package expo-notification-pusher
Short Description Send push notifications from your backend to an expo app
License MIT
Please rate this library. Is it a good library?
Informations about the package expo-notification-pusher
expo-notification-pusher
This is a utility library that makes sending push notifications from your server to your expo app easily.
Features
- Send notifications to specific channels (Android only).
- Smart sending of push notifications to different expo projects.
- Auto batching of push notification if receivers are more than the recommended 100.
Requirements
- PHP 7.1+
- Unirest-php
Installation
Using Composer
To install expo-notification-pusher with Composer, add the following to your composer.json file:
or by running the following command:
- Install from source Clone the repository by running the following command:
At the top of your code add:
Usage
Sending a basic Push
-
The first argument must be an array of valid expo tokens. E.g
['ExponentPushToken[oj4iK4CRA7Ry8gDCrtawef]']
-
The Second argument is the title of the push. This is required.
- The Third argument is the body of the push. This is required.
Sending a standard push
Made with ♥ from Codeliter
All versions of expo-notification-pusher with dependencies
PHP Build Version
Package Version
The package codeliter/expo-notification-pusher contains the following files
Loading the files please wait ....