joomla/filter

Joomla Filter Package

Maintainers

Package info

github.com/joomla-framework/filter

Type:joomla-package

pkg:composer/joomla/filter

Transparency log

Statistics

Installs: 1 680 964

Dependents: 11

Suggesters: 1

Stars: 15

Open Issues: 7

4.1.0 2026-08-14 10:06 UTC

README

Latest Stable Version Total Downloads Latest Unstable Version License

Installation via Composer

Add "joomla/filter": "~4.0" to the require block in your composer.json and then run composer install.

{
	"require": {
		"joomla/filter": "~4.0"
	}
}

Alternatively, you can simply run the following from the command line:

composer require joomla/filter "~4.0"

If you want to include the test sources, use

composer require --prefer-source joomla/filter "~4.0"

Note that the Joomla\Language package is an optional dependency and is only required if the application requires the use of OutputFilter::stringURLSafe.