Download the PHP package psmb/registry without Composer
On this page you can find all versions of the php package psmb/registry. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download psmb/registry
More information about psmb/registry
Files in psmb/registry
Download psmb/registry
More information about psmb/registry
Files in psmb/registry
Vendor psmb
Package registry
Short Description Global registry of things with an Eel helper
License MIT
Package registry
Short Description Global registry of things with an Eel helper
License MIT
Please rate this library. Is it a good library?
Informations about the package registry
Use with caution and only if you absolutely have to!
This package provides you with a registry service and an Eel helper to get and set values on it.
Installation
composer require psmb/registry
Usage
Example
The following methods are available:
- set(key, value): Sets a value by key
- get(key): Returns a value by key
- getset(key, value): Atomically sets key to value and returns the old value stored at key.
- increment(key): Increment a value by key
- decrement(key): Derement a value by key
A key can consist of a single string or a path, separated with dots which addresses a value in a nested array.
All versions of registry with dependencies
PHP Build Version
Package Version
Requires
neos/flow Version
^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0
The package psmb/registry contains the following files
Loading the files please wait ....