mittnett/config
Composer 安装命令:
composer require mittnett/config
包简介
README 文档
README
A library to provide a configuration objects by key values, it also supports different data types.
Requirements
- PHP 7.1
Simple usage
<?php
$config = new \MittNett\Config\Config('somekey', new \MittNett\Config\Type\StringType());
$config->setValue('lol');
ORM Integrations
Optionally, you can also install doctrine/orm to use the provided annotation mappings in this library.
License
MIT License, see [LICENSE.md]
统计信息
- 总下载量: 110
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-11-18