PHPackages                             leandrorodrigues/auto-filter - 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. leandrorodrigues/auto-filter

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

leandrorodrigues/auto-filter
============================

AutoFilter plugin for CakePHP

02PHP

Since Sep 12Pushed 10y ago1 watchersCompare

[ Source](https://github.com/leandrorodrigues/AutoFilter)[ Packagist](https://packagist.org/packages/leandrorodrigues/auto-filter)[ RSS](/packages/leandrorodrigues-auto-filter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

AutoFilter plugin for CakePHP
=============================

[](#autofilter-plugin-for-cakephp)

Installation
------------

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org)

Exemplo de uso
--------------

[](#exemplo-de-uso)

```
class AdministradoresController extends AdminController
{

    /**
     * Index method
     *
     * @return void
     */
    public function index()
    {

        $query = $this->AutoFilter->generateQuery();
        $administradores = $this->paginate($query);

        $this->set('administradores', $administradores);
        $this->set('_serialize', ['administradores']);
    }
}

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d4648a4fb1e29aff4f57a09bd306fd6efeae61d3dd69fc98093f902814e071b?d=identicon)[leandrorodrigues](/maintainers/leandrorodrigues)

---

Top Contributors

[![leandrorodrigues](https://avatars.githubusercontent.com/u/838215?v=4)](https://github.com/leandrorodrigues "leandrorodrigues (3 commits)")

### Embed Badge

![Health badge](/badges/leandrorodrigues-auto-filter/health.svg)

```
[![Health](https://phpackages.com/badges/leandrorodrigues-auto-filter/health.svg)](https://phpackages.com/packages/leandrorodrigues-auto-filter)
```

###  Alternatives

[yii2mod/yii2-enum

Yii2 Enumerable helpers

63941.1k28](/packages/yii2mod-yii2-enum)[bummzack/page-blocks

Modular content-blocks for SilverStripe pages

135.3k](/packages/bummzack-page-blocks)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
