Skip to content

joomla-framework/string

Folders and files

NameName
Last commit message
Last commit date
Jun 27, 2020
Mar 22, 2023
Jan 31, 2023
Feb 4, 2023
Mar 22, 2023
Mar 22, 2023
Mar 22, 2023
Feb 2, 2023
Aug 29, 2014
Aug 4, 2019
Mar 27, 2013
Aug 16, 2021
Sep 18, 2021
Oct 8, 2023
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": "~2.0" to the require block in your composer.json and then run composer install.

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

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

composer require joomla/string "~2.0"