tomrf/dotenv
Composer 安装命令:
composer require tomrf/dotenv
包简介
simple dotenv file loader using the built-in parse_ini_file()
README 文档
README
Load environment variables from dotenv file using the PHP built-in parse_ini_file() function
with scanner mode INI_SCANNER_TYPED (See PHP manual)
It is a simple, reliable and super fast way to load dotenv files without any bells nor whistles.
Installation
Installation via composer:
composer require tomrf/dotenv
Usage
$dotEnvLoader = new \Tomrf\DotEnv\DotEnvLoader(); // loadImmutable() will not overwrite existing environment variables $dotEnvLoader->loadImmutable(__DIR__ . '/.env'); // load() will overwrite existing environment variables $dotEnvLoader->load('/path/to/dotenv/file');
Testing
composer test
License
This project is released under the MIT License (MIT). See LICENSE for more information.
Documentation
📂 Tomrf\DotEnv\DotEnvLoader::class
Simple dotenv loader using parse_ini_file().
load()
Loads dotenv file into local environment, overwriting any environment variable already set.
public function load( string $filename ): void @throws \Tomrf\DotEnv\DotEnvLoaderException if parsing fails or if the file is not found
loadImmutable()
Loads dotenv file into local environment while preserving any existing environment variable.
public function loadImmutable( string $filename ): void @throws \Tomrf\DotEnv\DotEnvLoaderException if parsing fails or if the file is not found
Generated 2023-04-21T13:16:14+00:00 using 📚tomrf/readme-gen
tomrf/dotenv 适用场景与选型建议
tomrf/dotenv 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 41 次下载、GitHub Stars 达 2, 最近一次更新时间为 2022 年 06 月 02 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「environment」 「env」 「dotenv」 「environment variables」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 tomrf/dotenv 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 tomrf/dotenv 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 tomrf/dotenv 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Environment processor and contexts autoloader
The tenancy/tenancy identification driver using environment variables
Multiple cascading environmental configuration files support for Laravel 5
An environment variable convenience library extension for vlucas/phpdotenv
Laravel dotenv manager
Utils to load, parse and work with configuration on Mezzio projects
统计信息
- 总下载量: 41
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 6
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-06-02