PHPackages                             ahmard/reactphp-querylist - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ahmard/reactphp-querylist

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ahmard/reactphp-querylist
=========================

ReactPHP QueryList Scrapper

0.0.2(3y ago)590MITPHPPHP ^8.0

Since Oct 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Ahmard/reactphp-querylist)[ Packagist](https://packagist.org/packages/ahmard/reactphp-querylist)[ RSS](/packages/ahmard-reactphp-querylist/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

ReactPHP QueryList
==================

[](#reactphp-querylist)

This library brought [ReactPHP](https://github.com/reactphp/http) and [QueryList](https://github.com/jae-jae/QueryList)together.

Installation
------------

[](#installation)

```
composer require ahmard/reactphp-querylist

```

Usage
-----

[](#usage)

- Playing with **QueryList**(scraping)

```
use ReactphpQuerylist\Client;
use ReactphpQuerylist\Queryable;

require 'vendor/autoload.php';

Client::get('https://google.com')
    ->then(function (Queryable $queryable){
        $title = $queryable->queryList()->find('head title')->text();
        var_dump($title);
    })
    ->otherwise(function ($error){
        echo $error;
    });
```

- Working with response object

```
use ReactphpQuerylist\Client;
use ReactphpQuerylist\Queryable;

require 'vendor/autoload.php';

Client::get('https://google.com')
    ->then(function (Queryable $queryable){
        var_dump($queryable->response()->getReasonPhrase());
    })
    ->otherwise(function ($error){
        echo $error;
    });
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Every ~450 days

Total

2

Last Release

1281d ago

PHP version history (2 changes)0.0.1PHP ^7.4 || ^8.0

0.0.2PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2b69fe34bd6492697a19cd8f33bde7a381cab0b7f8c0a01dcc7505f482458887?d=identicon)[Ahmard](/maintainers/Ahmard)

---

Top Contributors

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

---

Tags

php-asyncphp-async-scrapperphp-scraperquerylistreactphpreactphp-http

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ahmard-reactphp-querylist/health.svg)

```
[![Health](https://phpackages.com/badges/ahmard-reactphp-querylist/health.svg)](https://phpackages.com/packages/ahmard-reactphp-querylist)
```

###  Alternatives

[ccxt/ccxt

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

43.2k341.0k1](/packages/ccxt-ccxt)[react/react

ReactPHP: Event-driven, non-blocking I/O with PHP.

9.1k3.7M65](/packages/react-react)[sculpin/sculpin

Static Site Generator

1.5k104.4k12](/packages/sculpin-sculpin)[jclg/php-slack-bot

Slack bot user written in PHP

16725.6k1](/packages/jclg-php-slack-bot)[llm/mcp-server

PHP SDK for building MCP servers

451.4k](/packages/llm-mcp-server)[runtime/react

ReactPHP runtime

185.5k1](/packages/runtime-react)

PHPackages © 2026

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