PHP Classes

File: composer.json

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

Contents

Class file image Download
{ "name": "nstdio/yii2-notymo", "description": "The iOS and Android push notifications extensition for Yii2", "type": "yii2-extension", "homepage": "https://github.com/nstdio/yii2-notymo", "keywords": [ "yii2", "extension", "push", "notification", "ios", "android" ], "minimum-stability": "dev", "require": { "yiisoft/yii2": "~2.0.6", "yiisoft/yii2-mongodb": "~2.1.0", "nstdio/notymo": "dev-master" }, "license": "Apache-2.0", "authors": [ { "name": "Edgar Asatryan", "email": "nstdio@gmail.com" } ], "autoload": { "psr-4": { "nstdio\\yii2notymo\\": "" } } }