php-extended / php-api-com-duckduckgo-spice-object
An implementation of the php-extended/php-api-com-duckduckgo-spice-interface library
Package info
gitlab.com/php-extended/php-api-com-duckduckgo-spice-object
pkg:composer/php-extended/php-api-com-duckduckgo-spice-object
9.0.6
2026-05-20 19:27 UTC
Requires
Requires (Dev)
This package is auto-updated.
Last update: 2026-05-20 17:28:35 UTC
README
An implementation of the php-extended/php-api-com-duckduckgo-spice-interface library.
Installation
The installation of this library is made via composer and the autoloading of all classes of this library is made through their autoloader.
- Download
composer.pharfrom their website. - Then run the following command to install this library as dependency :
php composer.phar php-extended/php-api-com-duckduckgo-spice-object ^9
Basic Usage
This library may be used the following way :
use PhpExtended\Duckduckgo\DuckduckgoComSpiceApiEndpoint;
/* @var $client \Psr\Http\Client\ClientInterface */
$endpoint = new DuckduckgoComSpiceApiEndpoint($client);
$rates = $endpoint->getRateInformation('EUR', 'USD'); // returns DuckduckgoComSpiceApiResponse
License
MIT (See license file).