joomla/string

Joomla String Package

Package info

github.com/joomla-framework/string

Type:joomla-package

pkg:composer/joomla/string

Statistics

Installs: 2 184 773

Dependents: 16

Suggesters: 0

Stars: 18

Open Issues: 2

4.0.0 2025-07-23 18:42 UTC

Requires

Suggests

Provides

None

Conflicts

None

Replaces

None

GPL-2.0-or-later da2329e05f1f5fc98b709f8638f279513bcd1108

frameworkjoomlastring


README

👁 Latest Stable Version
👁 Total Downloads
👁 Latest Unstable Version
👁 License

Installation via Composer

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

{
	"require": {
		"joomla/string": "~3.0"
	}
}

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

composer require joomla/string "~3.0"