PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Maik Greubel   DuckDuckGo PHP API client   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: DuckDuckGo PHP API client
Search for data and related topics from DuckDuckGo
Author: By
Last change: Start development 1.1
Date: 6 years ago
Size: 753 bytes
 

Contents

Class file image Download
{ "keywords" : [ "DuckDuckGo" ], "autoload" : { "psr-4" : { "Nkey\\DDG\\API\\" : "src" } }, "autoload-dev" : { "psr-4" : { "Nkey\\DDG\\API\\Tests\\" : "tests" } }, "name" : "nkey/ddg-api", "type" : "library", "description" : "DuckDuckGo API client", "license" : "Apache-2.0", "require" : { "php" : ">=7.0", "nkey/phpgenerics" : "dev-master", "webmozart/json" : "~1.2" }, "require-dev" : { "phpunit/phpunit" : "~6.0", "scrutinizer/ocular" : "~1.0" }, "support" : { "email" : "greubel@nkey.de" }, "extra" : { "branch-alias" : { "dev-master" : "1.1-dev" } }, "authors" : [{ "name" : "Maik Greubel", "email" : "greubel@nkey.de", "homepage" : "https://nkey.de", "role" : "Maintainer" } ] }