PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Haseeb Ahmad Basil   Mega REST API Wrapper   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mega REST API Wrapper
Call REST APIs using the Curl library
Author: By
Last change: Autoload
Update composer.json
Date: 6 years ago
Size: 378 bytes
 

Contents

Class file image Download
{ "name": "mega6382/rest-api-wrapper", "description": "A Curl Wrapper for RESTful APIs", "type": "library", "license": "GPL", "authors": [ { "name": "Haseeb A. Basil", "email": "haseeb.basil@gmail.com" } ], "autoload": { "psr-4": { "raw\\":"src/" } }, "minimum-stability": "dev", "require": {} }