Skip to content

ghonijee/laravel-query-adapter

Repository files navigation

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 [email protected] instead of using the issue tracker.

Credits

License

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

About

Query builder for Laravel framework

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages