gentle / duckduckgo-api
This package is abandoned and no longer maintained.
No replacement package was suggested.
PHP client for DuckDuckGo API
0.2.0
2015-04-19 10:48 UTC
Requires
- php: >=5.3
- ext-openssl: *
- kriswallsmith/buzz: 0.13
Requires (Dev)
- ext-curl: *
- ext-mbstring: *
- phpunit/phpunit: ~3.7
Suggests
- ext-curl: Send requests using cURL
- ext-mbstring: Manipulate strings encoded in a multibyte encoding
- ext-openssl: Allows secure communication with DuckDuckGo API
This package is auto-updated.
Last update: 2023-04-08 03:43:44 UTC
README
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.