PHPackages                             wiebenieuwenhuis/filament-char-counter - 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. wiebenieuwenhuis/filament-char-counter

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

wiebenieuwenhuis/filament-char-counter
======================================

Count the amount of characters in a field

1.1.5(3y ago)278.6k↓37.5%2[6 issues](https://github.com/sweebee/filament-char-counter/issues)BladePHP ^8.0

Since Jan 10Pushed 3y ago2 watchersCompare

[ Source](https://github.com/sweebee/filament-char-counter)[ Packagist](https://packagist.org/packages/wiebenieuwenhuis/filament-char-counter)[ RSS](/packages/wiebenieuwenhuis-filament-char-counter/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (2)Versions (12)Used By (0)

Filament Char Counter
=====================

[](#filament-char-counter)

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

[](#installation)

```
composer require wiebenieuwenhuis/filament-char-counter

```

Usage
-----

[](#usage)

Show a character counter in a text input or textarea.

TextInput with a 55 max counter, you can exceed the 55 character limit, the counter will turn red.

```
TextInput::make('title')->characterLimit(55),
```

Textarea with a max length of 55 characters. You can't exceed the 55 character limit.

```
Textarea::make('content')->maxLength(55),
```

[![screenshot](screenshot.png)](screenshot.png)

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

Total

11

Last Release

1124d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10496485?v=4)[sweebee](/maintainers/sweebee)[@sweebee](https://github.com/sweebee)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/wiebenieuwenhuis-filament-char-counter/health.svg)

```
[![Health](https://phpackages.com/badges/wiebenieuwenhuis-filament-char-counter/health.svg)](https://phpackages.com/packages/wiebenieuwenhuis-filament-char-counter)
```

###  Alternatives

[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[awcodes/richer-editor

A collection of extensions and tools to enhance the Filament Rich Editor field.

3912.9k9](/packages/awcodes-richer-editor)[rawilk/filament-password-input

Enhanced password input component for filament.

52263.4k14](/packages/rawilk-filament-password-input)[schmeits/filament-character-counter

This is a Filament character counter TextField and Textarea form field for Filament v4 and v5

34226.4k13](/packages/schmeits-filament-character-counter)[biostate/filament-menu-builder

An Elegant Menu Builder for FilamentPHP

6528.1k2](/packages/biostate-filament-menu-builder)[codebar-ag/laravel-filament-json-field

A Laravel Filament JSON Field integration with CodeMirror support

1126.6k](/packages/codebar-ag-laravel-filament-json-field)

PHPackages © 2026

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