PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mohamed Elbahja   HTTP2 Server Push PHP Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: HTTP2 Server Push PHP Class
Push Web resources using HTTP 2 requests
Author: By
Last change:
Date: 6 years ago
Size: 736 bytes
 

Contents

Class file image Download
{ "name": "melbahja/http2-pusher", "type": "library", "description": "PHP Http2 Server Pusher", "keywords": ["php71","php7","http","http2","pusher"], "license": "MIT", "authors": [ { "name": "Mohamed ELbahja", "email": "mohamed@elbahja.me", "homepage": "http://elbahja.me", "role": "Founder & Developer" } ], "minimum-stability":"dev", "autoload": { "psr-4": { "Melbahja\\Http2\\": "src/" } }, "support": { "issues": "https://github.com/melbahja/Http2Pusher/issues" }, "require": { "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "~6.3" } }