skorelabs/laravel-query-builder

This package is abandoned and no longer maintained. The author suggests using the open-southeners/laravel-apiable package instead.

Easily build Eloquent queries from API requests


README

This package allows you to filter, sort and include eloquent relations based on a request. The QueryBuilder used in this package extends Laravel's default Eloquent builder. This means all your favorite methods and macros are still available. Query parameter names follow the JSON API specification as closely as possible.

Notice

This package is abandoned, please use open-southeners/laravel-apiable instead.

Important!

This package is a fork of spatie/laravel-query-builder as it adds additional features that were removed and unmaintained.

We'll keep them updated ASAP if possible (or raise an issue instead, but first do check the section in this readme first).

Getting started

composer require skorelabs/laravel-query-builder

Check all documentation.

Reporting issues

ONLY report here the issues that refers to the following features:

Anything else do it here.

Credits

All the work is done solely by Spatie's Team (@spatie), we're just maintaining some of their legacy features in a way.