bleicker/registry

There is no license information available for the latest version (1.2.1) of this package.

1.2.1 2015-05-08 10:04 UTC

This package is not auto-updated.

Last update: 2024-11-09 18:13:22 UTC


README

Registry is a container storing structured data

Usage

use Bleicker\Registry\Registry;
Registry::add('foo.bar.baz', 'myvalue');
Registry::get('foo.bar.baz');