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 3w ago

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 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

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

1726d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10633300?v=4)[Andrii Chepurnyi](/maintainers/noffily)[@noffily](https://github.com/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

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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