PHP Classes

File: system/dependencies/ralouphie/getallheaders/composer.json

Recommend this page to a friend!
  Classes of Dimitri Sitchet   dFramework   system/dependencies/ralouphie/getallheaders/composer.json   Download  
File: system/dependencies/ralouphie/getallheaders/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: dFramework
Framework to build PHP applications
Author: By
Last change:
Date: 3 years ago
Size: 378 bytes
 

Contents

Class file image Download
{ "name": "ralouphie/getallheaders", "description": "A polyfill for getallheaders.", "license": "MIT", "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "require": { "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "~3.7.0", "satooshi/php-coveralls": ">=1.0" }, "autoload": { "files": ["src/getallheaders.php"] } }