PHPackages                             bnomei/kirby3-field-ecco - 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. bnomei/kirby3-field-ecco

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

bnomei/kirby3-field-ecco
========================

Kirby 3 Field Method to ecco strings based on boolval of Field

1.2.1(2y ago)8285MITPHPPHP &gt;=8.0.0

Since Aug 9Pushed 1y agoCompare

[ Source](https://github.com/bnomei/kirby3-field-ecco)[ Packagist](https://packagist.org/packages/bnomei/kirby3-field-ecco)[ Fund](https://buymeacoff.ee/bnomei)[ Fund](https://paypal.me/bnomei)[ RSS](/packages/bnomei-kirby3-field-ecco/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (1)Versions (10)Used By (0)

Tip

This plugin has been merged with Janitor.

Kirby Field Ecco
================

[](#kirby-field-ecco)

[![Release](https://camo.githubusercontent.com/be3c15ec8fdbacdf2f116be9f32e040a009655ea9b1ddc2656b7b6bdf04a519c/68747470733a2f2f666c61742e62616467656e2e6e65742f7061636b61676973742f762f626e6f6d65692f6b69726279332d6669656c642d6563636f3f636f6c6f723d616538316666)](https://camo.githubusercontent.com/be3c15ec8fdbacdf2f116be9f32e040a009655ea9b1ddc2656b7b6bdf04a519c/68747470733a2f2f666c61742e62616467656e2e6e65742f7061636b61676973742f762f626e6f6d65692f6b69726279332d6669656c642d6563636f3f636f6c6f723d616538316666)[![Downloads](https://camo.githubusercontent.com/f02872b11a6dedbe1fa5ebf07ba78d0aa42eb8ff5842bd90027711510f23dd2a/68747470733a2f2f666c61742e62616467656e2e6e65742f7061636b61676973742f64742f626e6f6d65692f6b69726279332d6669656c642d6563636f3f636f6c6f723d323732383232)](https://camo.githubusercontent.com/f02872b11a6dedbe1fa5ebf07ba78d0aa42eb8ff5842bd90027711510f23dd2a/68747470733a2f2f666c61742e62616467656e2e6e65742f7061636b61676973742f64742f626e6f6d65692f6b69726279332d6669656c642d6563636f3f636f6c6f723d323732383232)[![Twitter](https://camo.githubusercontent.com/b90e4b58a887e8ad09ec267628b75199a48522a9e01e88b129e5d2d730dffe50/68747470733a2f2f666c61742e62616467656e2e6e65742f62616467652f747769747465722f626e6f6d65693f636f6c6f723d363664396566)](https://twitter.com/bnomei)

Kirby Field Method to ecco strings based on boolval/isEmpty of a Field.

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

[](#installation)

- unzip [master.zip](https://github.com/bnomei/kirby3-field-ecco/archive/master.zip) as folder `site/plugins/kirby3-field-ecco` or
- `git submodule add https://github.com/bnomei/kirby3-field-ecco.git site/plugins/kirby3-field-ecco` or
- `composer require bnomei/kirby3-field-ecco`

Usage
-----

[](#usage)

in php code

```
echo $page->myBoolField()->ecco('Yes please. 👍', 'OMG NO! 👎');
echo $page->selectField()->ecco('has a value', 'is empty');
```

or in blueprint template language

```
{{ page.myBoolField.ecco('Yes please. 👍', 'OMG NO! 👎') }}
{{ page.selectField.ecco('has a value', 'is empty') }}
```

Disclaimer
----------

[](#disclaimer)

This plugin is provided "as is" with no guarantee. Use it at your own risk and always test it yourself before using it in a production environment. If you find any issues, please [create a new issue](https://github.com/bnomei/kirby3-field-ecco/issues/new).

License
-------

[](#license)

[MIT](https://opensource.org/licenses/MIT)

It is discouraged to use this plugin in any project that promotes racism, sexism, homophobia, animal abuse, violence or any other form of hate speech.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity73

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 ~231 days

Recently: every ~416 days

Total

9

Last Release

986d ago

PHP version history (3 changes)1.0.1PHP &gt;=7.1.0

1.1.1PHP &gt;=7.2.0

1.2.0PHP &gt;=8.0.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3265642?v=4)[Bruno Meilick](/maintainers/bnomei)[@bnomei](https://github.com/bnomei)

---

Top Contributors

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

---

Tags

booleanechokirby-cmskirby-pluginechokirby3booleanemptyekirby3-pluginkirby3-cmsecco

### Embed Badge

![Health badge](/badges/bnomei-kirby3-field-ecco/health.svg)

```
[![Health](https://phpackages.com/badges/bnomei-kirby3-field-ecco/health.svg)](https://phpackages.com/packages/bnomei-kirby3-field-ecco)
```

###  Alternatives

[fabianmichael/kirby-meta

Your all-in-one powerhouse for any SEO and metadata needs imaginable.

6910.7k1](/packages/fabianmichael-kirby-meta)[arnoson/kirby-vite

Vite helper for Kirby CMS

9759.2k3](/packages/arnoson-kirby-vite)[bvdputte/kirby-fingerprint

Cache-busting utility to fingerprint assets (JS/CSS) in Kirby 3

1610.0k](/packages/bvdputte-kirby-fingerprint)[schnti/cachebuster

A plugin for Kirby 3 CMS to add modification timestamps to css and js files

108.3k1](/packages/schnti-cachebuster)[bnomei/kirby3-php-cachedriver

PHP based Cache-Driver

112.6k](/packages/bnomei-kirby3-php-cachedriver)

PHPackages © 2026

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