PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Andre Roque Filipe   MASNathan Curl   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MASNathan Curl
Send HTTP requests with the Curl extension
Author: By
Last change:
Date: 10 years ago
Size: 414 bytes
 

Contents

Class file image Download
{ "name": "masnathan/curl", "type": "library", "description": "Another CURL Object.", "keywords": ["curl"], "license": "MIT", "authors": [ { "name": "André Filipe", "email": "andre.r.flip@gmail.com" } ], "require": { "php": ">=5.4" }, "autoload": { "psr-0": { "MASNathan\\Curl\\": "src/" } } }