Download the PHP package msgframework/registry without Composer
On this page you can find all versions of the php package msgframework/registry. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download msgframework/registry
More information about msgframework/registry
Files in msgframework/registry
Download msgframework/registry
More information about msgframework/registry
Files in msgframework/registry
Vendor msgframework
Package registry
Short Description The Registry package provides an indexed key-value data store and an API for importing/exporting this data to several formats.
License MIT
Package registry
Short Description The Registry package provides an indexed key-value data store and an API for importing/exporting this data to several formats.
License MIT
Please rate this library. Is it a good library?
Informations about the package registry
The Registry library
About
The Registry package provides an indexed key-value data store and an API for importing/exporting this data to several formats.
Load 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
You can install this package easily with Composer.
Just require the package with the following command:
$ composer require msgframework/registry
All versions of registry with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package msgframework/registry contains the following files
Loading the files please wait ....