PHPackages                             ddliu/requery - 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. ddliu/requery

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

ddliu/requery
=============

Query text data with the power of Regular Expression.

v0.1.1(11y ago)2631MITPHP

Since Nov 3Pushed 11y ago2 watchersCompare

[ Source](https://github.com/ddliu/requery)[ Packagist](https://packagist.org/packages/ddliu/requery)[ RSS](/packages/ddliu-requery/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (3)Used By (1)

requery [![Build Status](https://camo.githubusercontent.com/e64768898592499bf1dee8886bbcc5e35c3436c899469a38005564f6b6d67cf5/68747470733a2f2f7472617669732d63692e6f72672f64646c69752f726571756572792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ddliu/requery)
==============================================================================================================================================================================================================================================================================

[](#requery-)

Query text data with the power of Regular Expression.

Usage
-----

[](#usage)

```
use ddliu\requer\Context;

$q = new Context($content);
$q->find('#.*#Uis')
    ->then(function($table) {
        $table->findAll('#(.*)#Uis')
            ->each(function($th) {
                echo 'th: '.$th[1]."\n";
            });
    })
    ->then(function($table) {
        $table->find('#.*#Uis')->findAll('#.*#Uis')
            ->each(function($tr) {
                $tr->findAll('#(.*)#Uis')
                    ->each(function($td) {
                        echo 'td: '.$td[1]."\n";
                    });
            });
    });
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity54

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 ~43 days

Total

2

Last Release

4169d ago

### Community

Maintainers

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

---

Top Contributors

[![ddliu](https://avatars.githubusercontent.com/u/797146?v=4)](https://github.com/ddliu "ddliu (9 commits)")

### Embed Badge

![Health badge](/badges/ddliu-requery/health.svg)

```
[![Health](https://phpackages.com/badges/ddliu-requery/health.svg)](https://phpackages.com/packages/ddliu-requery)
```

PHPackages © 2026

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