PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   PHP Firebase Push Notification   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Firebase Push Notification
Send push notifications to mobile device users
Author: By
Last change: Update composer.json
Date: 1 year ago
Size: 784 bytes
 

Contents

Class file image Download
{ "name": "peterujah/php-firebase-notification", "type": "library", "description": "Send firebase device push notification from php curl.", "keywords": [ "library", "firebase", "google", "fcm", "php push notifications", "push notification", "class", "php notification" ], "license": "MIT", "authors": [ { "name": "Ujah Chigozie", "email": "ujahchigozie@gmail.com" } ], "require": { "php": "^7.0 || ^8.0" }, "extra": { "branch-alias": { "dev-master": "1.2-dev" } }, "autoload": { "psr-4": { "Peterujah\\NanoBlock\\": "src/" } }, "prefer-stable": true }