Download the PHP package logikos/util without Composer
On this page you can find all versions of the php package logikos/util. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor logikos
Package util
Short Description Utility Classes, including a config similar to Phalcon\Config, MutableConfig and ImmutableConfig
License MIT
Homepage https://github.com/logikostech/util
Package util
Short Description Utility Classes, including a config similar to Phalcon\Config, MutableConfig and ImmutableConfig
License MIT
Homepage https://github.com/logikostech/util
Please rate this library. Is it a good library?
Informations about the package util
Logikos\Util
Utility classes
- Installation
- Composer
- Github
- Documentation
Installation
Composer
Install Composer in a common location or in your project:
Require library:
GitHub
Just clone the repository in a common location or inside your project:
Documentation
- Abstract Config - base config object largely inspired by Phalcon\Config
- Mutable Config - adds
set($key, $value)andmerge(Config $config) - Immutable Config - adds
with($key, $value)and throwsOutOfBoundsExceptionon assignment after construction - Strict Config - type safe config with validation.
- Mutable Config - adds
All versions of util with dependencies
PHP Build Version
Package Version
The package logikos/util contains the following files
Loading the files please wait ...
