{
  "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/"
    }
  }
}
 
  |