Download the PHP package kigkonsult/keyvaluemgr without Composer
On this page you can find all versions of the php package kigkonsult/keyvaluemgr. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kigkonsult/keyvaluemgr
More information about kigkonsult/keyvaluemgr
Files in kigkonsult/keyvaluemgr
Package keyvaluemgr
Short Description PHP class manage collection of key/value pair data like system config etc
License gpl-3.0
Informations about the package keyvaluemgr
KeyValueMgr
Manages collection of key/value pairs like system config etc
USAGE
Methods
-
array
- array
- static
-
Return static
- array
- static
-
Return singleton KeyValueMgr
- mixed
-
Return bool true on found
- mixed
- bool
-
Return bool true on found and value NOT is
-
Return array *( key => value )
- mixed
-
Return value for key, false on not found
-
Return array *( key )
- Insert key/value-pair (overwrite if key exists)
- string|int
- mixed
-
Return static
- Insert key/value-pair if key is NOT set
- string|int
- mixed
- bool
-
Return static
- Insert array key/value-pairs (overwrite if key exists)
- array *( key => value )
-
Return static
- Insert array key/value-pairs where key NOT exists
- array *( key => value )
- bool
-
Return static
- Unset key/value pair
- string|int
-
Return static
- Unset key/value pairs
- array *( key )
-
Return static
- Unset all OTHER key/value-pairs
- string|int
- bool
-
Return static
- Unset all OTHER key/value-pairs
- array *( key )
- bool
-
Return static
-
Return nice edited string content output
Sponsorship
Donation using paypal.me/kigkonsult are appreciated. For invoice, please e-mail.
INSTALL
Composer, in your composer.json
:
KeyValueMgr 1.8 require PHP 8.0, 1.6 7.4, 1.4.1 7.0
Composer, acquire access
Otherwise , download and acquire..
Support
For support go to github.com KeyValueMgr
License
This project is licensed under the LGPLv3 License.