PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mateo   PHP HTTP Request Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP HTTP Request Library
Compose and send HTTP requests to given URLs
Author: By
Last change:
Date: 2 years ago
Size: 348 bytes
 

Contents

Class file image Download
{ "name": "mateodioev/request", "description": "Easy curl", "type": "library", "license": "MIT", "autoload": { "psr-4": { "Mateodioev\\Request\\": "src/" } }, "config": { "optimize-autoloader": true }, "authors": [ { "name": "Mateodioev" } ] }