joomla/data

Joomla Data Package

Maintainers

Package info

github.com/joomla-framework/data

Type:joomla-package

pkg:composer/joomla/data

Transparency log

Statistics

Installs: 359 135

Dependents: 6

Suggesters: 0

Stars: 5

Open Issues: 1

4.0.0 2025-07-24 08:48 UTC

README

Latest Stable Version Total Downloads Latest Unstable Version License

Installation via Composer

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

{
	"require": {
		"joomla/data": "~4.0"
	}
}

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

composer require joomla/data "~4.0"

If you want to include the test sources, use

composer require --prefer-source joomla/data "~4.0"