joomla/string
Joomla String Package
Maintainers
4.0.0
2025-07-23 18:42 UTC
Requires
- php: ^8.3.0
- symfony/deprecation-contracts: ^2|^3
- symfony/polyfill-mbstring: ^1.31.0
Requires (Dev)
- doctrine/inflector: ^2.0.10
- joomla/test: ^4.0
- phpstan/phpstan: 2.1.17
- phpstan/phpstan-deprecation-rules: 2.0.3
- phpunit/phpunit: ^12.2.6
- squizlabs/php_codesniffer: ^3.7.2
Suggests
- ext-mbstring: For improved processing
- doctrine/inflector: To use the string inflector
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-05-29 00:41:38 UTC
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"
