Download the PHP package patienceman/filtan without Composer

On this page you can find all versions of the php package patienceman/filtan. 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 filtan

Simplifying Laravel Eloquent Query Filtering 🪴

ray-so-export (1)

Filtan is a Laravel QueryFilter package that simplifies and improves the process of filtering Eloquent queries. It allows developers to easily apply filters to queries and customize the results based on dynamic parameters. By integrating Filtan into your Laravel project, you can effortlessly create complex and flexible filtering mechanisms for your models.

Installation

To install the package, simply paste the command in the Laravel terminal.

Usage

We all love automated tasks like artisan commands. Filtan allows the creation of filter files with a single command, eliminating the need for manual creation.

Instead of creating files for traditional filters, I can do it for you with just one command. Let's use the Airplane Model example to create a new filter.

so it will create the filter file for u, Just in

It's possible to specify a custom path for your filter. Simply add it in front of the filter name. Let's revisit our example.

In your App/Services/Filters directory, Where are you gonna put all of your model filter files?

So now you have your filters function to be applied when a new AirplaneModel query is called!

We need to communicate to the model and tell them that we have filters so that we can call it anytime!!, So let's use a filterable trait to enable filter builder.

From now on, we will be able to call our filter anytime, any place that needs an Airplane model, so let's see how we can use this in our controller

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

  1. Fork the repository and create a new branch for your contributions.
  2. Make your changes or additions, adhering to the coding guidelines.
  3. Submit a pull request detailing your changes, and our team will review it promptly.

License

MIT


All versions of filtan with dependencies

PHP Build Version
Package Version
No informations.
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 patienceman/filtan contains the following files

Loading the files please wait ....