ghonijee / query-adapter
Query builder for Laravel model, specifically for DevExtream Table
Installs: 1 901
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 3
Open Issues: 0
Requires
- php: ^7.4|^8.1
- ext-pdo: *
Requires (Dev)
- ergebnis/phpstan-rules: ^0.15.3
- larapack/dd: ^1.0
- laravel/framework: ^8.0
- orchestra/testbench: ^6.0
- pestphp/pest: ^1.22
- phpstan/phpstan: ^0.12.99
- phpstan/phpstan-strict-rules: ^0.12.11
- phpunit/phpunit: ^9.3
- styleci/cli: ^1.2
- thecodingmachine/phpstan-strict-rules: ^0.12.1
This package is auto-updated.
Last update: 2025-03-19 11:04:14 UTC
README
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.