Skip to content

joomla-framework/string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

15878f3 · Mar 31, 2025
Jun 27, 2020
Mar 22, 2023
Jan 31, 2023
Feb 4, 2023
Mar 29, 2025
Dec 10, 2024
Dec 10, 2024
Feb 2, 2023
Mar 31, 2025
Aug 4, 2019
Mar 27, 2013
Sep 3, 2024
Sep 3, 2024
Dec 10, 2024
Dec 10, 2024
Jun 18, 2019
Feb 3, 2023

Repository files navigation

The String Package Build Status

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"