PHPackages                             lukesnowden/filterable - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. lukesnowden/filterable

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

lukesnowden/filterable
======================

Laravel builder filter utility

v0.0.1(7y ago)04561MITPHP

Since Oct 5Pushed 7y ago1 watchersCompare

[ Source](https://github.com/lukesnowden/filterable)[ Packagist](https://packagist.org/packages/lukesnowden/filterable)[ RSS](/packages/lukesnowden-filterable/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (1)

Filterable
==========

[](#filterable)

This trait allows you to easily create filterable models.

```
composer require lukesnowden/filterable:dev-master

```

Walk-through
------------

[](#walk-through)

Here is a default setup for a filterable class, this one will allow you to filter the results of the customers;

```
