PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Oleksii Mylotskyi   KeywordTool Client   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: KeywordTool Client
Get search engines keyword volume and suggestions
Author: By
Last change:
Date: 8 years ago
Size: 691 bytes
 

Contents

Class file image Download
{ "name": "spalax/kwt-client", "description": "Client for the keyword tool.", "license": "MIT", "authors": [ { "name": "Oleksii Mylotskyi", "email": "spalaxinco@gmail.com" } ], "minimum-stability": "dev", "require": { "guzzlehttp/guzzle": "^6.1" }, "require-dev": { "phpunit/phpunit": "^4.8", "mockery/mockery": "^0.9.4", "mikey179/vfsStream": "^1.6", "satooshi/php-coveralls": "^1.0" }, "autoload": { "psr-4": { "KWTClient\\": "src" } }, "autoload-dev": { "psr-4": { "KWTClient\\Tests\\": "tests" } } }