joskolenberg/laravel-jory

Create a flexible API for your Laravel application using json based queries.
15,155 45
Install
composer require joskolenberg/laravel-jory
Latest Version:v3.4.1
License:MIT
Last Updated:Jun 29, 2026
Links: GitHub  ·  Packagist
Maintainer: joskolenberg

Run Tests Total Downloads Latest Stable Version License

Laravel-Jory: Flexible Eloquent API Resources

Complete documentation

Concept Overview

Laravel Jory creates a dynamic API for your Laravel application to serve the data from your Eloquent models. JoryResources are comparable to Laravel's built-in Resource classes but you only write (or generate) a JoryResource once for each model. Next, your data can be queried in a flexible way by passing a Jory Query to the Jory Endpoints.

Jory is designed to be simple enough to master within minutes but flexible enough to fit 95% of your data-fetching use-cases. It brings Eloquent Query Builder's most-used features directly to your frontend.

Supported Functions

Querying

Endpoints

Aggregates

Metadata

For more information take a look at the docs.

Happy coding!

Jos Kolenberg jos@kolenbergsoftwareontwikkeling.nl

Related Packages

omalizadeh/laravel-query-filter

A laravel package for resource filtering via request query string

3,044 15
jedrzej/pimpable

Laravel 4/5/6 package that allows to dynamically filter, sort and eager load rel...

193,442 104
ricktap/qriteria

Automatic url parameter mapping to sort, filter, include and select data in an e...

44 6
jedrzej/sortable

Sortable trait for Laravel's Eloquent models - sort your models using request pa...

291,468 52
tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

5,360,888 1,765