joomla/utilities

Joomla Utilities Package

2.0.1 2022-08-15 11:29 UTC

README

Latest Stable Version Total Downloads Latest Unstable Version License

The Utilities Package provides some useful tools that do not fit into specific packages.

Installation via Composer

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

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

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

composer require joomla/utilities "~2.0"