abbasudo/laravel-purity
最新稳定版本:v3.3.8
Composer 安装命令:
composer require abbasudo/laravel-purity
包简介
elegant way to add filter and sort in laravel
README 文档
README
Elegant way to filter and sort queries in Laravel
Laravel Purity is an elegant and yet simple filtering and sorting package for Laravel,
designed to simplify complex data filtering and sorting logic for eloquent queries.
By simply adding filter() to your Eloquent query,
you can add the ability for frontend users to apply filters based on URL query string parameters like a breeze.
How Does Purity Work?
Here is a basic usage example to clarify Purity's use case.
Add filter() to your query.
$posts = Post::filter()->get();
That's it! Now you can filter your posts by adding query string parameters to the URL.
GET /api/posts?filters[title][$contains]=Purity
read more at official documentations
Documentation
https://abbasudo.github.io/laravel-purity/
License
Laravel Purity is Licensed under The MIT License (MIT). Please see License File for more information.
Security
If you've found a bug regarding security, please mail amkhzomi@gmail.com instead of using the issue tracker.
统计信息
- 总下载量: 286.55k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 512
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-28
