Download the PHP package indexzer0/eloquent-filtering without Composer
On this page you can find all versions of the php package indexzer0/eloquent-filtering. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download indexzer0/eloquent-filtering
More information about indexzer0/eloquent-filtering
Files in indexzer0/eloquent-filtering
Download indexzer0/eloquent-filtering
More information about indexzer0/eloquent-filtering
Files in indexzer0/eloquent-filtering
Vendor indexzer0
Package eloquent-filtering
Short Description Powerful eloquent filtering
License MIT
Homepage https://github.com/indexzer0/eloquent-filtering
Package eloquent-filtering
Short Description Powerful eloquent filtering
License MIT
Homepage https://github.com/indexzer0/eloquent-filtering
Please rate this library. Is it a good library?
Informations about the package eloquent-filtering
Eloquent Filtering
![Filter example](/docs/images/hero.png)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/indexzer0/eloquent-filtering.svg?style=for-the-badge)](https://packagist.org/packages/indexzer0/eloquent-filtering)
[![Total Downloads](https://img.shields.io/packagist/dt/indexzer0/eloquent-filtering.svg?style=for-the-badge&color=007ec6)](https://packagist.org/packages/indexzer0/eloquent-filtering)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/indexzer0/eloquent-filtering/run-tests.yml?branch=main&label=tests&style=for-the-badge)](https://github.com/indexzer0/eloquent-filtering/actions?query=workflow%3Arun-tests+branch%3Amain)
[![Codecov](https://img.shields.io/codecov/c/github/IndexZer0/eloquent-filtering?token=34B3NIPBRM&style=for-the-badge&logo=codecov)](https://codecov.io/gh/IndexZer0/eloquent-filtering)
---
Easily filter eloquent models using arrays
*Eloquent Filtering* **simplifies** implementing search functionality for your Eloquent models, whether simple or complex, by **eliminating** the need for custom query logic.
It allows you to **easily** define and manage filters directly within your models, and **seamlessly** apply them using incoming HTTP request data to dynamically filter your models.
With this package, you can build more readable, maintainable, and scalable code, **boosting** your productivity and **speeding up** development.
Whether you’re building APIs, dashboards, or advanced search systems, *Eloquent Filtering* provides a **powerful** and **flexible** way to streamline your Eloquent queries, making it easier to manage and extend your application’s filtering capabilities.
---
# [View The Docs](https://docs.eloquentfiltering.com)
---
## Quick Look
---
## Requirements
- PHP Version >= `8.2`
- Laravel Version >= `10`
---
## Installation
You can install the package via composer:
Run the `install` artisan command to publish the config:
---
## Testing
---
## Docs
---
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
---
## Feature Ideas
Please see [Feature ideas](feature-ideas.md) for potential future features.
---
## Credits
- [IndexZer0](https://github.com/IndexZer0)
- [All Contributors](../../contributors)
---
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
All versions of eloquent-filtering with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0
The package indexzer0/eloquent-filtering contains the following files
Loading the files please wait ....