lefuturiste/config
Composer 安装命令:
composer require lefuturiste/config
包简介
Simple config library for php
README 文档
README
Simple config library for php
Dependecies
- PHP >= 5.3
- vlucas/phpdotenv : lasted version
1. Installing
Easy install via composer. Still no idea what composer is? Inform yourself here.
composer require lefuturiste/config
2. Usage
Create .env file in
In your base path you must create .env file.
Config path
The first params of config class is path of your .php config files
Change .env path
The second params of config class is path of your .env file (just directory, no file).
Get config array
$configArray = new \lefuturiste\config\Config(dirname(__DIR__) . '/App/config/', dirname(__DIR__));
统计信息
- 总下载量: 113
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-09-13