Skip to content

joomla-framework/string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

728ba9e · Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Mar 27, 2013
Sep 28, 2020
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022

Repository files navigation

The String Package Build Status

Latest Stable Version Total Downloads Latest Unstable Version License

Installation via Composer

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

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

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

composer require joomla/string "~1.0"