PHPackages                             rixxi/latte-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. [Templating &amp; Views](/categories/templating)
4. /
5. rixxi/latte-filters

ActiveLibrary[Templating &amp; Views](/categories/templating)

rixxi/latte-filters
===================

0.1.1(12y ago)041[2 issues](https://github.com/rixxi/latte-filters/issues)BSD-3-ClausePHP

Since May 15Pushed 12y ago1 watchersCompare

[ Source](https://github.com/rixxi/latte-filters)[ Packagist](https://packagist.org/packages/rixxi/latte-filters)[ RSS](/packages/rixxi-latte-filters/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

You can now stop spamming prepareTemplateFilters and setup with template runtime helpers setup! This extension allows you to add dynamic filters (runtime helpers and helper loaders) to latte engine just by tagging service.

```
class DynamicHelperWithFewFilters
{

	function money($value) { /* ... */ }

	function formatTime($value) { /* ... */ }

}
```

```
service:
	-
		class: DynamicHelperWithFewFilters
		tags:
			latte.filter: [ money, formatTime: time ]

	-
		class: DynamicHelperLoader
		tags: [ latte.filterLoader ]

extensions:
	latteFilters: Rixxi\LatteFilters\DI\LatteFiltersExtension
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

4432d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/276500?v=4)[Michal Gebauer](/maintainers/mishak87)[@mishak87](https://github.com/mishak87)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/rixxi-latte-filters/health.svg)

```
[![Health](https://phpackages.com/badges/rixxi-latte-filters/health.svg)](https://phpackages.com/packages/rixxi-latte-filters)
```

###  Alternatives

[vojtech-dobes/nette-forms-inputlist

Alternative RadioList &amp; CheckboxList for Nette Framework

241.2k](/packages/vojtech-dobes-nette-forms-inputlist)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.3k1](/packages/jelix-wikirenderer)

PHPackages © 2026

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