PHPackages                             rycdt/laravel-query-builder - 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. rycdt/laravel-query-builder

ActiveLibrary[API Development](/categories/api)

rycdt/laravel-query-builder
===========================

REST API Query Builder for Laravel

v1.0(2y ago)15MITPHPPHP &gt;=7.2

Since Feb 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/rycdt/laravel-query-builder)[ Packagist](https://packagist.org/packages/rycdt/laravel-query-builder)[ Docs](https://github.com/rycdesti/laravel-query-builder)[ RSS](/packages/rycdt-laravel-query-builder/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

REST API Request Format / Parameters
====================================

[](#rest-api-request-format--parameters)

Query Builder
-------------

[](#query-builder)

Provides comprehensive search capabilities for API endpoints with sorting, filtering, aggregates and includes.

```
{
 first: 10,
 page: 1,
 selects: [],
 concats: [],
 where: {},
 sort: [],
 has: {},
 aggregates: [],
 includes: []
}

```

Validation Builder
------------------

[](#validation-builder)

### Custom Validation Message

[](#custom-validation-message)

```
{
 validationMessages: {
   column_name: {
     rule: 'unique',
     message: 'My custom unique message.'
   }
 }
}

```

### Custom Validation Rule

[](#custom-validation-rule)

```
{
 validationRules: {
   column_name: {
     replace: 'unique',
     with: 'iunique'
   }
 }
}

```

Requirement
-----------

[](#requirement)

- **PHP** &gt;= 7.2
- See [Packagist (rycdt/laravel-query-builder)](https://packagist.org/packages/rycdt/laravel-query-builder)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

864d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/01f158bb78a768fb7edf3b39a796a364185730fda6943219afab2b588f9dd94b?d=identicon)[rycdt](/maintainers/rycdt)

---

Top Contributors

[![rycdt](https://avatars.githubusercontent.com/u/30363660?v=4)](https://github.com/rycdt "rycdt (1 commits)")

---

Tags

laravellaravel-query-builderrycdt

### Embed Badge

![Health badge](/badges/rycdt-laravel-query-builder/health.svg)

```
[![Health](https://phpackages.com/badges/rycdt-laravel-query-builder/health.svg)](https://phpackages.com/packages/rycdt-laravel-query-builder)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8793.2M25](/packages/yajra-laravel-oci8)[glushkovds/phpclickhouse-laravel

Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel

2051.5M2](/packages/glushkovds-phpclickhouse-laravel)[api-platform/laravel

API Platform support for Laravel

58171.5k14](/packages/api-platform-laravel)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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