Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

gentlero/duckduckgo-api

Repository files navigation

PHP client for DuckDuckGo API

Latest Version License Build Status Coverage Status Code quality

This is a PHP library which offers support to access DuckDuckGo API.

Requirements

  • PHP >= 5.3 with following extensions enabled:
  • Buzz library.
  • PHPUnit to run tests. (optional)

Getting started

Read Introduction and Installation from the documentation.

Documentation

See http://gentlero.github.io/duckduckgo-api/ for more detailed documentation.

Testing

$ phpunit

License

Licensed under the MIT License - see the LICENSE file for details.