PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of james doe   Web Push Notifications PHP Sender   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Web Push Notifications PHP Sender
Send push notifications for Web sites
Author: By
Last change:
Date: 7 years ago
Size: 782 bytes
 

Contents

Class file image Download
{ "name": "minishlink/web-push", "type": "library", "description": "Web Push library for PHP", "keywords": ["push", "notifications", "web", "WebPush", "Push API"], "homepage": "https://github.com/web-push-libs/web-push-php", "license": "MIT", "authors": [ { "name": "Louis Lagrange", "email": "lagrange.louis@gmail.com", "homepage": "https://github.com/Minishlink" } ], "require": { "php": "^7.0", "mdanter/ecc": "^0.5.0", "lib-openssl": "*", "spomky-labs/base64url": "^1.0", "spomky-labs/php-aes-gcm": "^1.2", "spomky-labs/jose": "^7.0", "guzzlehttp/guzzle": "^6.2" }, "require-dev": { "phpunit/phpunit": "^6.5.0" }, "autoload": { "psr-4" : { "Minishlink\\WebPush\\" : "src" } } }