2017 © Pedro Peláez
 

library expo-notification

Send push notifications with Expo

image

wiebenieuwenhuis/expo-notification

Send push notifications with Expo

  • Monday, June 11, 2018
  • by sweebee
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Expo Notifcation

Send notifications with the Expo API, (*1)

Example

$notification = new ExpoNotification();

$result = $notification
    ->to([
        'ExponentPushToken[GoVJ_qPG41_nHi-4EQS5UU]',
        'ExponentPushToken[P7yjE4MojbyaqpOiwwANgB]'
    ])
    ->title('test')
    ->body('message')
    ->data([
        'row' => 'item'
    ])
    ->badge(1)
    ->channel('default')
    ->sound('default')
    //->silent()
    //->test()
    ->send();

print_r($result);

The Versions

11/06 2018

dev-master

9999999-dev

Send push notifications with Expo

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Wiebe Nieuwenhuis

notifications expo

11/06 2018

1.0

1.0.0.0

Send push notifications with Expo

  Sources   Download

MIT

The Requires

  • php >=7.0

 

The Development Requires

by Wiebe Nieuwenhuis

notifications expo