PHP DuckDuckGo API

Simple DuckDuckGo API wrapper for PHP

Disambiguation

JSON response

$disambiguation = new \DDG\API\Disambiguation();
$result = $disambiguation->get('apple');

Response example is available here.


Related: