承接 tomrf/dotenv 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

tomrf/dotenv

Composer 安装命令:

composer require tomrf/dotenv

包简介

simple dotenv file loader using the built-in parse_ini_file()

README 文档

README

PHP Version Require Latest Stable Version License

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.

📔 Go to documentation

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

统计信息

  • 总下载量: 41
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 3
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-06-02

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固