PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Josiah Ovye Yahaya   PHP Curl Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Curl Class
Send HTTP requests and return responses using Curl
Author: By
Last change:
Date: 4 years ago
Size: 567 bytes
 

Contents

Class file image Download
{ "name": "coderatio/curler", "description": "A clean PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services", "type": "library", "license": "MIT", "authors": [ { "name": "Josiah Yahaya", "email": "josiahoyahaya@gmail.com" } ], "autoload": { "classmap": [ "src" ], "psr": { "src": "\\Coderatio\\Curler\\" } }, "minimum-stability": "dev", "require": { "php": "^7.1|^7.2" } }