reneknox/dot-env-loader

用于读取环境文件

0.0.4 2024-01-13 22:52 UTC

This package is auto-updated.

Last update: 2024-09-14 00:22:19 UTC


README

用于读取环境文件

安装与依赖

  • php 单元测试

运行测试

composer test

用法

  $path = 'test/';
  $file = '.env';
  $envLoader = new EnvLoader($path $file);
  $data = $envLoader->get_data();
  // or
  $data = EnvLoader::load_data($path, $file);

目录结构

├───Samples
│   └───.env.example
├───src
│   ├───Exceptions
│   └───File
├───tests
│   └───Unit

测试平台

  • 软件

    OS: Ubuntu - Windows 10
    

许可证

MIT

作者