PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ewerton Daniel   Simple PHP HTTP Request Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP HTTP Request Library
Send HTTP requests to Web servers using Guzzle
Author: By
Last change:
Date: 1 year ago
Size: 604 bytes
 

Contents

Class file image Download
{ "name": "echosistema/simple-http-request", "version": "1.0.2", "description": "A small PHP library to make simplified requests", "keywords": [ "SHR", "Request" ], "require": { "php": ">=8.1", "guzzlehttp/guzzle": "^7.0.1" }, "require-dev": { "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.7" }, "type": "library", "license": "MIT", "autoload": { "psr-4": { "Echosistema\\SHR\\": "SHR/src/" } }, "authors": [ { "name": "Ewerton Daniel", "email": "ewertondaniel@icloud.com" } ], "minimum-stability": "dev" }