abbasudo/laravel-purity
Laravel Purity adds elegant filtering and sorting to Eloquent queries. Just call filter() on a model query, then let clients apply complex conditions via URL query parameters (e.g., filters[title][$contains]=...). Great for clean, flexible APIs.
Install the package via composer by this command:
composer require abbasudo/laravel-purity
Get configs (configs/purity.php) file to customize the package's behavior by this command:
php artisan vendor:publish --tag=purity
How can I help you explore Laravel packages today?