PHPackages                             idleworks/form-badwords - 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. idleworks/form-badwords

ActiveTypo3-cms-extension

idleworks/form-badwords
=======================

Form: Badwords validator

1.0.1(3mo ago)0119GPL-2.0-or-laterPHPPHP ^8.0

Since Jul 29Pushed 3mo agoCompare

[ Source](https://github.com/idleworks/form-badwords)[ Packagist](https://packagist.org/packages/idleworks/form-badwords)[ RSS](/packages/idleworks-form-badwords/feed)WikiDiscussions main Synced 1mo ago

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

EXT:form badwords validator
===========================

[](#extform-badwords-validator)

Adds a validator to TYPO3's form framework that checks user input against a list of bad words. An example list is bundled with this package, but it can be customized as needed.

This feature was originally developed to detect bad words submitted through contact forms. However, it can also be used to block certain email addresses, domain parts (e.g., junk mail providers), or known disruptive users.

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

[](#installation)

`composer require idleworks/form-badwords`

The required TypoScript is automatically included in your setup.

Configuration
-------------

[](#configuration)

### Add the validator to form fields

[](#add-the-validator-to-form-fields)

Each form field you want to validate must be equipped with the new Badwords validator. You can configure this in the Form Manager within the TYPO3 backend.

### Customize badwords file

[](#customize-badwords-file)

This extension comes with an example bad words list. You can customize it to suit your specific needs. To do this, update the path to the badwords file in the extension configuration using the Install Tool.

> Important:
>
> If you place the badwords file in a publicly accessible directory (e.g., fileadmin), it may be indexed by search engines — which is likely not desirable. Therefore, make sure to protect the file using an .htaccess rule or equivalent server configuration.

You can use regular expressions to tune your badwords list. Comments starting with a hash (#) are also possible and are excluded from processing.

#### Examples

[](#examples)

```
# Matches word parts (e.g. "send nudes")
nude
# Matches only the word "nude"
\b(nude)\b
# Matches all email address of mailinator.com
@mailinator\.com$

```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance78

Regular maintenance activity

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

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

Total

2

Last Release

115d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fb9dea0dee8d84d73ab538d64d8bf39b038f7276f9b2ee6cc3f0c36227835aea?d=identicon)[Idleworks](/maintainers/Idleworks)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/idleworks-form-badwords/health.svg)

```
[![Health](https://phpackages.com/badges/idleworks-form-badwords/health.svg)](https://phpackages.com/packages/idleworks-form-badwords)
```

###  Alternatives

[fluidtypo3/vhs

This is a collection of ViewHelpers for performing rendering tasks that are not natively provided by TYPO3's Fluid templating engine.

1954.1M49](/packages/fluidtypo3-vhs)[in2code/powermail

Powermail is a well-known, editor-friendly, powerful and easy to use mailform extension for TYPO3 with a lots of features

982.5M38](/packages/in2code-powermail)[typo3/testing-framework

The TYPO3 testing framework provides base classes for unit, functional and acceptance testing.

675.0M775](/packages/typo3-testing-framework)[fluidtypo3/flux

The flux package from FluidTYPO3

152982.2k20](/packages/fluidtypo3-flux)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)[friendsoftypo3/content-blocks

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

96374.6k23](/packages/friendsoftypo3-content-blocks)

PHPackages © 2026

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