PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mostafa Abd-El-Hamid   HTTP Middleware   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: HTTP Middleware
Send multiple HTTP requests to remote servers
Author: By
Last change:
Date: 7 years ago
Size: 417 bytes
 

Contents

Class file image Download
{ "name": "pecl/pecl_middleware_requests", "description": "PECL HTTP Middleware in XML with RDF and XSD and JSON", "type": "library", "license": "MIT", "authors": [ { "name": "Mostafa A Hamid", "email": "mostafa@arabintelco.co.uk" } ], "require": { "php" : ">=7.0" }, "autoload" : { "psr-0" : { "PECL_MIDDLEWARE_RRQUESTS" : "src/" } } }