ghonijee/query-adapter

Query builder for Laravel model, specifically for DevExtream Table
6,083 4
Install
composer require ghonijee/query-adapter
Latest Version:v1.0.9
PHP:^7.4|^8.1
License:MIT
Last Updated:Sep 19, 2022
Links: GitHub  ·  Packagist
Maintainer: ghonijee

Laravel Query Adapter

Latest Version on Packagist Total Downloads Actions Status

Documentation

Full Documentation QueryAdapter Docs. This site documentation is under development.

Installation

You can install the package via composer:

composer require ghonijee/query-adapter

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

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

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

Credits

License

The MIT License (MIT). Please see License File for more information.

Related Packages

oooiik/laravel-query-filter

A clean, convention-based way to extract Eloquent query filters into dedicated f...

1,174 0
tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

5,394,523 1,765
jguyomard/silex-capsule-eloquent

Capsule/Eloquent Service Provider for Silex 2

19,916 6
illuminated/db-profiler

Database Profiler for Laravel Web and Console Applications.

244,759 169
huasituo/laravel-esquery

EsQuery是基于phpQuery的无比强大的PHP采集工具

24 0