PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Payam Naderi   PHP API Client   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP API Client
Abstraction layer to perform API calls
Author: By
Last change:
Date: 5 years ago
Size: 618 bytes
 

Contents

Class file image Download
{ "name": "poirot/api-client" , "description": "Api Client Abstraction Layer that suggest solution to solve general api call problems." , "type" : "library" , "authors": [ { "name": "Payam Naderi" , "email": "naderi.payam@gmail.com" , "role": "Developer" } ] , "require": { "poirot/std": "dev-devel" } , "suggest": { "poirot/connection": "Send Network Requests Over Wire." } , "target-dir": "Poirot/ApiClient" , "autoload" : { "psr-0": { "Poirot\\ApiClient": "." } } }