PHP DuckDuckGo API

Simple DuckDuckGo API wrapper for PHP

Topic

JSON response

$topic = new \DDG\API\Topic();
$result = $topic->getSummary('valley forge national park');

Response example is available here.


Related: