Download the PHP package joomla/registry without Composer
On this page you can find all versions of the php package joomla/registry. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download joomla/registry
More information about joomla/registry
Files in joomla/registry
Download joomla/registry
More information about joomla/registry
Files in joomla/registry
Vendor joomla
Package registry
Short Description Joomla Registry Package
License GPL-2.0-or-later
Homepage https://github.com/joomla-framework/registry
Package registry
Short Description Joomla Registry Package
License GPL-2.0-or-later
Homepage https://github.com/joomla-framework/registry
Please rate this library. Is it a good library?
Informations about the package registry
The Registry Package
The Registry package provides an indexed key-value data store and an API for importing/exporting this data to several formats.
Load config by Registry
Accessing a Registry by getter & setter
Get value
Set value
Accessing children value by path
Removing values from Registry
Accessing a Registry as an Array
The Registry
class implements ArrayAccess
so the properties of the registry can be accessed as an array. Consider the following examples:
Merge Registry
Using load* methods to merge two config files.
Output
Merge another Registry
If you just want to merge first level, do not hope recursive:
Dump to one dimension
The result:
Installation via Composer
Add "joomla/registry": "~3.0"
to the 'require' block in your composer.json and then run composer install
.
Alternatively, you can simply run the following from the command line:
All versions of registry with dependencies
PHP Build Version
Package Version
The package joomla/registry contains the following files
Loading the files please wait ....