PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Juraj Puchký   PHP Search Analytics Utilities   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Search Analytics Utilities
Find keywords to optimize pages for search engines
Author: By
Last change: google api testing
Special discount
Date: 2 years ago
Size: 635 bytes
 

Contents

Class file image Download
{ "name": "baba/search-analytics-utilities", "type": "library", "license": "GPL-2.0-only", "authors": [ { "name": "Juraj Puchký - BABA Tumise s.r.o.", "email": "info@baba.bj" } ], "autoload": { "psr-4": { "BABA\\Search\\": "src/" } }, "provide": { "baba/search-analytics-utilities": "1.3.6" }, "require": { "php": ">=7.3", "ext-json": "*", "baba/object-cache": "dev-main", "ext-dom": "*", "ext-libxml": "*", "ext-curl": "*", "googleads/googleads-php-lib": "^53.1", "googleads/google-ads-php": "^10.1", "ahrefs/ahrefs-api-php": "^1.1" } }