Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javanile/dotenv
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
https://github.com/javanile/dotenv
dependency-injection dotenv php7 psr-11
Last synced: about 1 month ago
JSON representation
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
- Host: GitHub
- URL: https://github.com/javanile/dotenv
- Owner: javanile
- License: mit
- Created: 2017-11-23T17:07:28.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T18:15:52.000Z (almost 3 years ago)
- Last Synced: 2024-11-23T09:26:59.011Z (about 2 months ago)
- Topics: dependency-injection, dotenv, php7, psr-11
- Language: PHP
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotenv
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.