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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package indexzer0/eloquent-filtering contains the following files

Loading the files please wait ....