Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

skore/laravel-query-builder

 
 

Repository files navigation

Build Eloquent queries from API requests

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.

Packages

No packages published

Languages

  • PHP 100.0%