2017 © Pedro Peláez
 

library laravel-onesignal-rest-api

OneSignal REST API Wrapper For Laravel/Lumen

image

dreamonkey/laravel-onesignal-rest-api

OneSignal REST API Wrapper For Laravel/Lumen

  • Thursday, July 19, 2018
  • by Dreamonkey
  • Repository
  • 1 Watchers
  • 2 Stars
  • 577 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 15 Versions
  • 22 % Grown

The README.md

!!!! THIS PACKAGE IS UNMAINTAINED !!!! Feel free to fork and start maintaining a copy yourself, we can link here popular forks, (*1)

OneSignal REST API Wrapper For Laravel/Lumen

Introduction

This project is a Laravel 6+ / Lumen wrapper for the OneSignal REST API v1. It supports all operations currently supported by the API., (*2)

Installation (Laravel and Lumen)

Require the package with composer., (*3)

composer require dreamonkey/laravel-onesignal-rest-api

Laravel Users:

Service provider will be auto-discovered., (*4)

Lumen Users:

Update bootstrap/app.php, adding the following entry, (*5)

$app->register( \Dreamonkey\OneSignal\OneSignalServiceProvider::class );
class_alias( 'Dreamonkey\OneSignal\OneSignalFacade', 'OneSignal' );

Configuration

There are three values that need to be set in order to use the library: your default OneSignal app ID, the REST API key and your account User Auth Key. All of these items can be found in your Control Panel on the OneSignal site. First two are app-related and can be found inside your app settings in the "Keys & IDs" tab (upper left corner), the third is account-related and can be found pressing your account avatar (lower right corner) and selecting "Account & API Keys"., (*6)

Place the 3 keys into your .env file, as such:, (*7)

ONESIGNAL_APP_ID=
ONESIGNAL_REST_API_KEY=
ONESIGNAL_USER_AUTH_KEY=

Usage

There is a function for each of the OneSignal API calls. They are broken down here. All methods will return an array formatted like this:, (*8)

    [
        'status' => < HTTP status code of the request >,
        'data' => [
            < data returned by OneSignal REST API in array format >
        ],
    ]

Note: In all instances where an \$app_id is asked for, omitting it will grab the default OneSignal App ID specified in the .env file, (*9)

Apps

getApps() - Get all Apps for the user
$response = OneSignal::getApps();
getApp( \$app_id ) - Get the given App
postapp( \$data ) - Create a new App
putApp( $app_id, $data ) - Update an App

Players

getPlayers( $app_id, $limit, \$offset ) - Get Players from an App
getPlayer( \$id ) - Get Player of the given ID
postPlayer ( $data, $app_id ) - Add Player to an App
putPlayer( $data, $app_id ) - Update Player object for an App
postCSVExport( \$app_id ) - Get a CSV dump of all Players for an App
postPlayerOnSession( \$data ) - Start a new device session for this Player
postPlayerOnPurchase( \$data ) - Track a new purchase for this Player
postPlayerOnFocus( \$data ) - Increment the Players total session length

Notifications

getNotifications( $app_id, $limit, \$offset ) - Get all Notifications for an App
getNotification( $id, $app_id ) - Get a Notification from an App
postNotification( $data, $app_id ) - Add a Notification to an App
$response = OneSignal::postNotification([
    "tags"                  =>  [ ["key" => "myKey", "relation" => "=", "value" => 1 ] ],
    "contents"              => ["en" => "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean et iaculis enim. Sed egestas porttitor laoreet."],
    "headings"              => ["en" => "Aliquam consectetur odio sed"],
]);
putNotificationTrackOpen( $id, $app_id, \$opened ) - Track whether a Notification was opened
deleteNotification( $id, $app_id ) - Delete a Notification from an App

References

The official OneSignal API documentation is listed here: https://documentation.onesignal.com/docs/server-api-overview, (*10)

Acknowledgements

This project has been forked and evolved by Dreamonkey from https://github.com/jmrieger/onesignal-laravel, (*11)

The Versions

19/07 2018

dev-master

9999999-dev

OneSignal REST API Wrapper For Laravel/Lumen

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen rest laravel 5 push onesignal webpush

19/07 2018

v1.3.0

1.3.0.0

OneSignal REST API Wrapper For Laravel/Lumen

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen rest laravel 5 push onesignal webpush

02/01 2018

1.2.0

1.2.0.0

OneSignal REST API Wrapper For Laravel/Lumen

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen rest laravel 5 push onesignal webpush

04/12 2017

1.1.1

1.1.1.0

OneSignal REST API Wrapper For Laravel/Lumen

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen rest laravel 5 push onesignal webpush

01/12 2017

1.1.0

1.1.0.0

OneSignal REST API Wrapper For Laravel/Lumen

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen rest laravel 5 push onesignal webpush

01/12 2017

1.0.7.2

1.0.7.2

OneSignal REST API Wrapper For Laravel/Lumen

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen rest laravel 5 push onesignal webpush

01/12 2017

1.0.7.1

1.0.7.1

OneSignal REST API Wrapper For Laravel/Lumen

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen rest laravel 5 push onesignal webpush

01/12 2017

1.0.7

1.0.7.0

OneSignal Push Wrapper For Laravel/Lumen

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen laravel 5 push onesignal webpush

09/05 2017

1.0.6

1.0.6.0

OneSignal Push Wrapper For Illuminate

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen laravel 5 push onesignal webpush

18/11 2016

1.0.5

1.0.5.0

OneSignal Push Wrapper For Illuminate

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen laravel 5 push onesignal webpush

20/09 2016

1.0.4

1.0.4.0

OneSignal Push Wrapper For Illuminate

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen laravel 5 push onesignal webpush

25/08 2016

1.0.3

1.0.3.0

OneSignal Push Wrapper For Illuminate

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen laravel 5 push onesignal webpush

14/07 2016

1.0.2

1.0.2.0

OneSignal Push Wrapper For Illuminate

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen laravel 5 push onesignal webpush

11/06 2016

1.0.1

1.0.1.0

OneSignal Push Wrapper For Illuminate

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen laravel 5 push onesignal webpush

06/06 2016

1.0.0

1.0.0.0

OneSignal Push Wrapper For Illuminate

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel lumen laravel 5 push onesignal webpush