PHPackages                             webcoast/character-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. webcoast/character-counter

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

webcoast/character-counter
==========================

Show a character counter below text fields in TYPO3 CMS

v1.0.0(5y ago)23092[1 issues](https://github.com/webcoast-dk/character-counter/issues)GPL-3.0-or-laterPHPPHP ^7.2.0

Since Jun 23Pushed 5y agoCompare

[ Source](https://github.com/webcoast-dk/character-counter)[ Packagist](https://packagist.org/packages/webcoast/character-counter)[ RSS](/packages/webcoast-character-counter/feed)WikiDiscussions master Synced today

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

Character Counter - TYPO3 CMS extension
=======================================

[](#character-counter---typo3-cms-extension)

What does it do?
----------------

[](#what-does-it-do)

This extension allows you to display a character counter in the form of `23 / 60` below input fields, text areas and RTE fields. This is most useful for SEO related fields, so that editors get a hint, if their title or description matches the requirement.

This does not limit the number of characters, that can be entered. This counter is for informational purpose only.

Installation &amp; configuration
--------------------------------

[](#installation--configuration)

The extension is available from packagist.org

```
composer require webcoast/character-counter
```

or from [TYPO3 extension repository](https://extensions.typo3.org/extension/character_counter).

Usage
-----

[](#usage)

To enable the character counter for a certain field, use the TCA helper method in your TCA/Overrides files.

**Pages: seo\_title**

In `Configuration/TCA/Overrides/pages.php` add:

```
\WEBcoast\CharacterCounter\Helper\Tca::enableCharacterCounter('pages', 'seo_title', 60, 40);
```

The last argument `warning` is optional and defaults to 80% of the third argument `max`.

You can also adjust your TCA manually by adding the follow to the field's `config` section:

```
\TYPO3\CMS\Core\Utility\ArrayUtility::mergeRecursiveWithOverrule($GLOBALS['TCA']['pages']['columns']['seo_title']['config'], [
    'fieldWizard' => [
        'characterCount' => [
                'renderType' => 'characterCountWizard'
            ]
        ],
        'characterCount' => [
            'warning' => 120, // Optional: Defaults to 80% of `max`
            'max' => 160
        ]
    ]
);
```

Contributing
------------

[](#contributing)

Feel free to fork and provide a PR or open an issue.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

1836d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/40136e31ed1adbb309036dc82652bc7185f763ea98e8de9bc588e3f2a2bde6fc?d=identicon)[webcoast](/maintainers/webcoast)

---

Top Contributors

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

---

Tags

cmscounterinputtextareaseotypo3countrtecharacter

### Embed Badge

![Health badge](/badges/webcoast-character-counter/health.svg)

```
[![Health](https://phpackages.com/badges/webcoast-character-counter/health.svg)](https://phpackages.com/packages/webcoast-character-counter)
```

###  Alternatives

[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

40529.5k](/packages/wazum-sluggi)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[typo3/cms-styleguide

TYPO3 extension to showcase TYPO3 Backend capabilities

106760.3k33](/packages/typo3-cms-styleguide)[clickstorm/cs-seo

\[clickstorm\] SEO - Extension for TYPO3. Enables important onpage features for search engine optimization (SEO). Expands the page settings and any desired records for example with a preview for Google search results (SERP) Structured Data (JSON-LD) and a Focus Keyword. Restrictive hreflang and canonical tags. Modules for metadata of records and alternative texts of images. Further features are shown in the extension manual.

36523.9k1](/packages/clickstorm-cs-seo)[friendsoftypo3/visual-editor

TYPO3 CMS Visual Editor - Brings a modern WYSIWYG editing experience to TYPO3 CMS.

576.1k2](/packages/friendsoftypo3-visual-editor)[jweiland/events2

Events 2 - Create single and recurring events

2166.7k3](/packages/jweiland-events2)

PHPackages © 2026

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