dotenv-connector

Makes values from a .env file available as environment variables for composer based projects

MIT License

Downloads
3M
Stars
153
Committers
11

Bot releases are hidden (Show)

dotenv-connector - Release 3.0.1 Latest Release

Published by helhum about 3 years ago

  • PHP 8 compatibility
  • minor fix in Symfony load env adapter
dotenv-connector - Release 3.0.0

Published by helhum about 4 years ago

New major version release. This release does not contain breaking changes for users only having a .env file and neither using any
classes from this package nor the (now removed) configuration option include-template-file!

Features

  • New config option adapter with which a fully qualified class name can be specified that must implement \Helhum\DotEnvConnector\DotEnvVars. By that different implementations of .env file parsing can be provided in a clean manner. The symfony/dotenv package is still required and used by default to keep the "plug and play" simplicity.
  • Compatibility with symfony/dotenv higher or equal 5.1.0

Breaking changes

  • Replaced config option include-template-file with adapter
  • PHP 7.2 and higher as minimum requirement
  • symfony/dotenv 5.1.0 and higher as minimum requirement
dotenv-connector - Release 2.2.1

Published by helhum over 4 years ago

Mitigate exception when upgrading from older package versions

dotenv-connector - Release 2.2.0

Published by helhum over 4 years ago

Add possibility to change the include file template for maximum flexibility

dotenv-connector - Release 2.1.1

Published by helhum over 4 years ago

Fix a bug which can appear in some situations with reading the json file for configuration.

dotenv-connector - Release 2.1.3

Published by helhum over 4 years ago

Compatibility with PHP 7.4

dotenv-connector - Release 2.1.2

Published by helhum almost 6 years ago

Compatibility with PHP 7.3

Package Rankings
Top 1.41% on Packagist.org
Badges
Extracted from project README
Build Status