Skip to content

joomla-framework/utilities

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

55f49b1 · Apr 1, 2021
Jun 27, 2020
Apr 1, 2021
Mar 30, 2021
Apr 1, 2021
Mar 30, 2021
Mar 30, 2021
Aug 29, 2014
Mar 31, 2021
Mar 27, 2013
Mar 30, 2021
Mar 31, 2021
Jun 1, 2013

Repository files navigation

The Utilities Package Build Status

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": "~1.0" to the require block in your composer.json and then run composer install.

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

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

composer require joomla/utilities "~1.0"