PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of tomloprod   PHP Ionic Push Notification   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Ionic Push Notification
Send push notifications using Ionic cloud API
Author: By
Last change: package.json and composer.json improvements
FIX: naming errors
FIX: composer.json
Date: 6 years ago
Size: 764 bytes
 

Contents

Class file image Download
{ "name": "tomloprod/ionic-push-php", "description": "ionic-push-php is a library that allows you to consume the Ionic Cloud API for sending push notifications (normal and scheduled), get a paginated list of sending push notifications, get information of registered devices, remove registered devices by token, ...", "keywords": [ "ionic", "api", "push", "notifications", "php" ], "require": { "php": ">=5.1" }, "homepage": "https://github.com/tomloprod/ionic-push-php", "license": "MIT", "authors": [ { "name": "Tomas Lopez", "role": "Developer" },{ "name": "Ramon Carreras", "role": "Developer" } ], "autoload": { "psr-4": { "Tomloprod\\IonicApi\\": "src/" } } }