marko/env
最新稳定版本:0.6.0
Composer 安装命令:
composer require marko/env
包简介
Environment variable loading for Marko applications
README 文档
README
Environment variable loading — reads .env files and provides the env() helper with automatic type coercion.
Installation
composer require marko/env
Quick Example
use Marko\Env\EnvLoader; $envLoader = new EnvLoader(); $envLoader->load(__DIR__); $debug = env('APP_DEBUG'); // 'true' -> true, 'false' -> false
Documentation
Full usage, API reference, and examples: marko/env
统计信息
- 总下载量: 537
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 7
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-03-24