PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Edgar Asatryan   notymo   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: notymo
Send push notifications to iOS and Android devices
Author: By
Last change:
Date: 7 years ago
Size: 416 bytes
 

Contents

Class file image Download
{ "name": "nstdio/notymo", "description": "Android and iOS push notification library.", "type": "library", "authors": [ { "name": "Edgar Asatryan", "email": "nstdio@gmail.com" } ], "minimum-stability": "dev", "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "nstdio\\notymo\\": "src/" } } }