logikos/util
最新稳定版本:2.2.6
Composer 安装命令:
composer require logikos/util
包简介
Utility Classes, including a config similar to Phalcon\Config, MutableConfig and ImmutableConfig
README 文档
README
Logikos\Util
Utility classes
Installation
Composer
Install Composer in a common location or in your project:
curl -s http://getcomposer.org/installer | php
Require library:
composer.phar require logikos/util
GitHub
Just clone the repository in a common location or inside your project:
git clone https://github.com/logikostech/util.git
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
统计信息
- 总下载量: 122.34k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-11-16