PHP Classes

File: vendor/ralouphie/getallheaders/composer.json

Recommend this page to a friend!
  Classes of butani kartik   PHP WebSockets Server Example   vendor/ralouphie/getallheaders/composer.json   Download  
File: vendor/ralouphie/getallheaders/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP WebSockets Server Example
Example to interact with a server using WebSockets
Author: By
Last change:
Date: 2 years ago
Size: 465 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.6" }, "require-dev": { "phpunit/phpunit": "^5 || ^6.5", "php-coveralls/php-coveralls": "^2.1" }, "autoload": { "files": ["src/getallheaders.php"] }, "autoload-dev": { "psr-4": { "getallheaders\\Tests\\": "tests/" } } }