dev-master
9999999-devSimple API filtering specifications for eloquent.
The Requires
- php >=5.4
- illuminate/database ^5.0
The Development Requires
by Anael Favre
Simple API filtering specifications for eloquent.
Api Filtering is a laravel package allowing you to filter resources (based on eloquent models) through http parameters., (*1)
This package regroups the Server Side filtering mechanism and a simple Client Side (PHP) builder for building http query parameters (it can helps you testing, even query other apis !)., (*2)
Actually there is one specification :, (*3)
Require the package using composer :, (*4)
composer require ifnot/api-filtering
Refer to Server Side or Client Side (PHP) for usage., (*5)
Simple API filtering specifications for eloquent.