PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Juraj Puchký   PHP Collabim API Client   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Collabim API Client
Analyze keywords for search ranking using Collabim
Author: By
Last change: v1.1.0
Date: 2 years ago
Size: 527 bytes
 

Contents

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