PHPackages                             filippo-toso/qwant-unofficial-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. filippo-toso/qwant-unofficial-api

ActiveLibrary[API Development](/categories/api)

filippo-toso/qwant-unofficial-api
=================================

Qwant Unofficial API client

v1.0.0(8y ago)1216MITPHPPHP ^5.6 || ^7.0

Since Oct 10Pushed 6y agoCompare

[ Source](https://github.com/filippotoso/qwant-unofficial-api)[ Packagist](https://packagist.org/packages/filippo-toso/qwant-unofficial-api)[ RSS](/packages/filippo-toso-qwant-unofficial-api/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (0)

Qwant Unofficial API Client
===========================

[](#qwant-unofficial-api-client)

A simple client for qwant.com unofficial API.

Requirements
------------

[](#requirements)

- PHP 5.6+
- guzzlehttp/guzzle 6.2+

Installing
----------

[](#installing)

Use Composer to install it:

```
composer require filippo-toso/qwant-unofficial-api

```

Using It
--------

[](#using-it)

```
use FilippoToso\QwantUnofficialAPI\Client as QwantClient;

// Create the client
$client = new QwantClient('en_US');

// Get a list of suggested searches
$results = $client->suggest('market');
var_dump($results);

// Execute a generic search (default is for the web)
$results = $client->search('marketing');
var_dump($results);

// Get all the web results about the provided query
$results = $client->web('marketing');
var_dump($results);

// Get all the social results about the provided query
$results = $client->social('marketing');
var_dump($results);

// Get all the images about the provided query
$results = $client->images('marketing');
var_dump($results);

// Get all the news about the provided query
$results = $client->news('marketing');
var_dump($results);

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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

3137d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/55d89f2d44fb12225de2119994028ee69e36770bcf33c2b1ddf0d6672d28151b?d=identicon)[filippo.toso](/maintainers/filippo.toso)

---

Top Contributors

[![filippotoso](https://avatars.githubusercontent.com/u/26958813?v=4)](https://github.com/filippotoso "filippotoso (2 commits)")[![conradoojr](https://avatars.githubusercontent.com/u/3802853?v=4)](https://github.com/conradoojr "conradoojr (1 commits)")

### Embed Badge

![Health badge](/badges/filippo-toso-qwant-unofficial-api/health.svg)

```
[![Health](https://phpackages.com/badges/filippo-toso-qwant-unofficial-api/health.svg)](https://phpackages.com/packages/filippo-toso-qwant-unofficial-api)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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