PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Juraj Puchký   PHP JSON API Client   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP JSON API Client
Send requests to APIs that respond in JSON format
Author: By
Last change:
Date: 2 years ago
Size: 422 bytes
 

Contents

Class file image Download
{ "name": "baba/json-api-client", "type": "library", "license": "GPL-2.0-only", "authors": [ { "name": "Juraj Puchký - BABA Tumise s.r.o.", "email": "info@baba.bj" } ], "autoload": { "psr-4": { "BABA\\JSON\\API\\Client\\": "src/" } }, "provide": { "baba/json-api-client": "1.0.0" }, "require": { "php": ">=7.3", "ext-json": "*", "ext-curl": "*" } }