PHPackages                             noffily/duckduckgo-images-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. noffily/duckduckgo-images-api

ActiveLibrary[API Development](/categories/api)

noffily/duckduckgo-images-api
=============================

Duckduckgo unofficial images api for PHP.

v1.0(4y ago)152MITPHPPHP &gt;=7.4

Since Oct 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/noffily/duckduckgo-images-api)[ Packagist](https://packagist.org/packages/noffily/duckduckgo-images-api)[ RSS](/packages/noffily-duckduckgo-images-api/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

DuckDuckGO images API PHP client
================================

[](#duckduckgo-images-api-php-client)

This is unofficial DuckDuckGo images API client and created just for fun.
Please, use that package carefully and only for education purposes.
The official API is

The code for this package is based on ideas from [python package](https://github.com/deepanprabhu/duckduckgo-images-api)

Install
-------

[](#install)

`composer require noffily/duckduckgo-images-api`

Example usage
-------------

[](#example-usage)

```
use DuckDuckGoImages\Client;

$client = new Client();
print_r($client->getImages('cars'));
```

Returns such as:

```
Array
(
    [ads] =>
    [next] => i.js?q=cars&o=json&p=-1&s=100&u=bing&f=,,,&l=wt-wt
    [query] => cars
    [queryEncoded] => cars
    [response_type] => places
    [results] => Array
        (
            [0] => Array
                (
                    [height] => 1067
                    [image] => http://example.com/image.jpg
                    [source] => Bing
                    [thumbnail] => http://example.com/thumbnail.jpg
                    [title] => Awesome car
                    [url] => http://example.com/url
                    [width] => 1600
                )
            ...
        )
    [vqd] => Array
        (
            [cars] => 3-47107992990464668095541999824506671634-149382371238630188221044527126906250971
        )
)

```

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1672d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b0b51bc06da8306c4a76ceede255cfd1d5874cb33953229b7f442ed83ba75cb4?d=identicon)[noffily](/maintainers/noffily)

---

Top Contributors

[![noffily](https://avatars.githubusercontent.com/u/10633300?v=4)](https://github.com/noffily "noffily (2 commits)")

### Embed Badge

![Health badge](/badges/noffily-duckduckgo-images-api/health.svg)

```
[![Health](https://phpackages.com/badges/noffily-duckduckgo-images-api/health.svg)](https://phpackages.com/packages/noffily-duckduckgo-images-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
