PHPackages                             jorgealexandro/laravel-kendo-server-filters - 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. jorgealexandro/laravel-kendo-server-filters

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

jorgealexandro/laravel-kendo-server-filters
===========================================

Laravel Kendo Server Filters

v1.2(8y ago)11731MITPHPPHP &gt;=5.5.9

Since Mar 30Pushed 8y ago1 watchersCompare

[ Source](https://github.com/jorgealexandro/laravel-kendo-server-filters)[ Packagist](https://packagist.org/packages/jorgealexandro/laravel-kendo-server-filters)[ RSS](/packages/jorgealexandro-laravel-kendo-server-filters/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Laravel Kendo Selver Filters
============================

[](#laravel-kendo-selver-filters)

This Helper process Kendo Grid filters params and returns the Laravel filters equivalents ready to use in your query objects

```
// In your controller

$query = Model::whereNull('deleted_at');

if($request->has('filter')) {
	$filters = Filters::processFilters($request->filter['filters']);
	foreach ($filters as $filter) {
		$query->where($filter['field'], $filter['operator'], $filter['value']);
	}
}

$rows = $query->get();
```

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

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

Every ~50 days

Total

3

Last Release

2960d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3857354?v=4)[Jorge Martinez](/maintainers/jorgealexandro)[@jorgealexandro](https://github.com/jorgealexandro)

---

Top Contributors

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

---

Tags

laravelkendoServer Filters

### Embed Badge

![Health badge](/badges/jorgealexandro-laravel-kendo-server-filters/health.svg)

```
[![Health](https://phpackages.com/badges/jorgealexandro-laravel-kendo-server-filters/health.svg)](https://phpackages.com/packages/jorgealexandro-laravel-kendo-server-filters)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.9k556.2M21.4k](/packages/laravel-framework)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k99.8M354](/packages/laravel-horizon)[laravel/octane

Supercharge your Laravel application's performance.

4.0k28.5M261](/packages/laravel-octane)[illuminate/support

The Illuminate Support package.

583115.4M45.1k](/packages/illuminate-support)[statamic/cms

The Statamic CMS Core Package

4.9k3.8M1.2k](/packages/statamic-cms)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

54686.7k25](/packages/solspace-craft-freeform)

PHPackages © 2026

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