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

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 52% 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

3187d 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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M962](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1933.1k5](/packages/aimeos-prisma)

PHPackages © 2026

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