PHPackages                             ghonijee/query-adapter - 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. [Database &amp; ORM](/categories/database)
4. /
5. ghonijee/query-adapter

ActiveLibrary[Database &amp; ORM](/categories/database)

ghonijee/query-adapter
======================

Query builder for Laravel model, specifically for DevExtream Table

v1.0.9(3y ago)45.2k↑55.6%3MITPHPPHP ^7.4|^8.1

Since Oct 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ghonijee/laravel-query-adapter)[ Packagist](https://packagist.org/packages/ghonijee/query-adapter)[ Docs](https://github.com/ghonijee/query-adapter)[ RSS](/packages/ghonijee-query-adapter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (10)Versions (12)Used By (0)

Laravel Query Adapter
=====================

[](#laravel-query-adapter)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9d0c580770f07706cf29b7ddf2605c7576fb7fe5d7bf944ffc8fca5072c8fb79/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f67686f6e696a65652f71756572792d616461707465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ghonijee/query-adapter)[![Total Downloads](https://camo.githubusercontent.com/35f560c86c9f28a443ed9a4e657a27efddf4175d0d047d55d9276e102c6942ab/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f67686f6e696a65652f71756572792d616461707465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ghonijee/query-adapter)[![Actions Status](https://github.com/ghonijee/laravel-query-adapter/actions/workflows/main.yml/badge.svg)](https://github.com/ghonijee/laravel-query-adapter/actions)

Documentation
-------------

[](#documentation)

Full Documentation [QueryAdapter Docs](https://query-adapter.netlify.app/docs/). This site documentation is under development.

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

[](#installation)

You can install the package via composer:

```
composer require ghonijee/query-adapter
```

Usage
-----

[](#usage)

```
// Use Facade
$data = QueryAdapter::for(TestModel::class)->get();
// or
$data = QueryAdapter::load(TestModel::query())->get();

//or Use Class DxAdapter
$data = DxAdapter::for(TestModel::class)->get();
// or
$data = DxAdapter::load(TestModel::query())->get();
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Yunus](https://github.com/ghonijee)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 85.9% 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 ~41 days

Recently: every ~79 days

Total

9

Last Release

1338d ago

PHP version history (2 changes)v1.0.1-betaPHP ^7.4|^8.0

v1.0.9PHP ^7.4|^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/35805466?v=4)[Ahmad Yunus Afghoni](/maintainers/ghonijee)[@ghonijee](https://github.com/ghonijee)

---

Top Contributors

[![ghonijee](https://avatars.githubusercontent.com/u/35805466?v=4)](https://github.com/ghonijee "ghonijee (67 commits)")[![yunus-floo](https://avatars.githubusercontent.com/u/72586791?v=4)](https://github.com/yunus-floo "yunus-floo (10 commits)")[![fachrizadaus](https://avatars.githubusercontent.com/u/45875002?v=4)](https://github.com/fachrizadaus "fachrizadaus (1 commits)")

---

Tags

laravelpackagequeryquery builderghoni-jeequery-adapter

###  Code Quality

TestsPest

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ghonijee-query-adapter/health.svg)

```
[![Health](https://phpackages.com/badges/ghonijee-query-adapter/health.svg)](https://phpackages.com/packages/ghonijee-query-adapter)
```

###  Alternatives

[nilportugues/sql-query-builder

An elegant lightweight and efficient SQL QueryInterface BuilderInterface supporting bindings and complicated query generation.

425239.4k6](/packages/nilportugues-sql-query-builder)[opis/database

A database abstraction layer over PDO, that provides a powerful and intuitive query builder, bundled with an easy to use schema builder

10184.2k3](/packages/opis-database)[jasny/persist-sql-query

SQL Query builder and parser

33486.0k4](/packages/jasny-persist-sql-query)[codesvault/howdy-qb

Mysql Query Builder for WordPress

371.2k1](/packages/codesvault-howdy-qb)

PHPackages © 2026

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