PHPackages                             roy688/laravel-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. roy688/laravel-querylist

ActiveLaravel-packages

roy688/laravel-querylist
========================

1.0.3(7y ago)01.1k11MITPHP

Since Feb 9Pushed 7y agoCompare

[ Source](https://github.com/Roy688/laravel-querylist)[ Packagist](https://packagist.org/packages/roy688/laravel-querylist)[ RSS](/packages/roy688-laravel-querylist/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (5)Used By (1)

laravel-querylist
=================

[](#laravel-querylist)

Laravel5 facade for QueryList.

- This repository implements a simple ServiceProvider that makes a singleton instance of the QueryList easily accessible via a Facade in Laravel 5.5 package auto-discovery.
- [jae-jae/QueryList](https://github.com/jae-jae/QueryList) for more information.

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

[](#requirements)

- Laravel 5.5

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

[](#installation)

```
composer require roy688/laravel-querylist

```

Usage
-----

[](#usage)

```
// ./routes/web.php
Route::get('/', function () {
    $ql = QueryList::get('http://cms.querylist.cc/bizhi/453.html')->find('img')->attrs('src');
    print_r($ql->all());
});

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~110 days

Total

4

Last Release

2682d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/03121b403017a761fe75e169d7381ccc6c8b8a280cd4d3ef40a0e8567e612dd3?d=identicon)[Roy688](/maintainers/Roy688)

---

Top Contributors

[![Roy688](https://avatars.githubusercontent.com/u/36256332?v=4)](https://github.com/Roy688 "Roy688 (8 commits)")[![slaythia](https://avatars.githubusercontent.com/u/13409150?v=4)](https://github.com/slaythia "slaythia (2 commits)")

---

Tags

laravellaravel-packagesphp

### Embed Badge

![Health badge](/badges/roy688-laravel-querylist/health.svg)

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

PHPackages © 2026

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