edyrkaj/laravel-mobile-notification

Laravel/Lumen package to send push notifications to mobile devices (apns, gcm)
8 1
Install
composer require edyrkaj/laravel-mobile-notification
PHP:>=5.6.0
Last Updated:Oct 24, 2017
Links: GitHub  ·  Packagist
Maintainer: edyrkaj

Package name: laravel-mobile-notifications

Installation for composer

Laravel 4 5 Push Notification from Server Side

This is a package to manage push notification to devices iOS | Android through Laravel.

The workflow that we suggest can be: - Create a migration file create_table_devices with fields like: id device_type language manufacturer model os os_version region sdk_version uuid created_at updated_at deleted_at - Create a model Device with these fillable data - Create a controller for Devices DeviceController - Implement methods to call Service PushService which comes with this installation on Services/PushService

License

This package is released under the MIT License.

Copyright (c) 2017 Eledi Dyrkaj

Related Packages

kodjunkie/onesignal-php-sdk

OneSignal SDK for PHP developers with fluent API and supports Laravel / Lumen ou...

2,300 4
indb/spreader

A scalable push library for Laravel with a better Response handling

31 0
daim2k5/laravel-push-notification

Laravel package to send push notifications to mobile devices (apns, gcm)

863 1
dsnoeck/laravel-push-notification

Laravel package to send push notifications to mobile devices (apns, gcm)

1,603 3
turbo124/laravel-push-notification

Laravel package to send push notifications to mobile devices (apns, gcm)

57,991 9