PHPackages                             heristop/propel-senchagridable-behavior - 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. [Search &amp; Filtering](/categories/search)
4. /
5. heristop/propel-senchagridable-behavior

ActiveLibrary[Search &amp; Filtering](/categories/search)

heristop/propel-senchagridable-behavior
=======================================

Propel behavior to automatically add filters for Sencha / ExtJS grids

1.0.0(12y ago)2741MITPHP

Since Feb 6Pushed 12y ago2 watchersCompare

[ Source](https://github.com/heristop/SenchagridableBehavior)[ Packagist](https://packagist.org/packages/heristop/propel-senchagridable-behavior)[ RSS](/packages/heristop-propel-senchagridable-behavior/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

SenchagridableBehavior
======================

[](#senchagridablebehavior)

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

[](#installation)

Download the SenchagridableBehavior.php file in src/, put it somewhere on your project, then add the following line to your propel.ini:

```
propel.behavior.senchagridable.class = path.to.SenchagridableBehavior
```

Or use composer adding the requirement below:

```
{
    "require": {
        "heristop/propel-senchagridable-behavior": "*"
    }
}
```

Usage
-----

[](#usage)

Add this line to your schema.xml:

```

```

The Behavior will add several methods to the Query class:

```
public function paginateGrid($params)
public function addGridSortQuery($params)
public function addGridFiltersQuery($params)
```

The variable $params contains the parameters retrieved from the request:

```
$request = $this->get('request');
$posts = PostQuery::create()->paginateGrid($request->query);
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4477d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8e2c14ee4dd72adb2516c9b82f060cb0536e245fde547e05c72b4e3ec1042d4f?d=identicon)[heristop](/maintainers/heristop)

---

Top Contributors

[![heristop](https://avatars.githubusercontent.com/u/206870?v=4)](https://github.com/heristop "heristop (7 commits)")

---

Tags

filtergridBehaviorextjspropelsencha

### Embed Badge

![Health badge](/badges/heristop-propel-senchagridable-behavior/health.svg)

```
[![Health](https://phpackages.com/badges/heristop-propel-senchagridable-behavior/health.svg)](https://phpackages.com/packages/heristop-propel-senchagridable-behavior)
```

###  Alternatives

[clue/stream-filter

A simple and modern approach to stream filtering in PHP

1.7k261.7M7](/packages/clue-stream-filter)[laminas/laminas-filter

Programmatically filter and normalize data and files

9428.0M150](/packages/laminas-laminas-filter)

PHPackages © 2026

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