| motdotla/dotenv |
18,154 |
|
285,244 |
50,994 |
about 2 years ago |
79 |
June 17, 2023 |
15 |
bsd-2-clause |
JavaScript |
| Loads environment variables from .env for nodejs projects. |
| vlucas/phpdotenv |
12,735 |
|
89,778 |
3,878 |
over 2 years ago |
78 |
November 12, 2023 |
4 |
bsd-3-clause |
PHP |
| Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically. |
| joho/godotenv |
10,189 |
|
2,044 |
5,321 |
6 months ago |
12 |
February 05, 2023 |
73 |
mit |
Go |
| A Go port of Ruby's dotenv library (Loads environment variables from .env files) |
| theskumar/python-dotenv |
6,815 |
|
4,677 |
4,729 |
about 2 years ago |
44 |
February 24, 2023 |
44 |
bsd-3-clause |
Python |
| Reads key-value pairs from a .env file and can set them as environment variables. It helps in developing applications following the 12-factor principles. |
| bkeepers/dotenv |
6,451 |
|
41,363 |
1,832 |
about 2 years ago |
39 |
July 27, 2022 |
4 |
mit |
Ruby |
| A Ruby gem to load environment variables from `.env`. |
| symfony/dotenv |
3,668 |
|
5,464 |
1,273 |
over 2 years ago |
267 |
October 26, 2023 |
0 |
mit |
PHP |
| Registers environment variables from a .env file |
| mrsteele/dotenv-webpack |
1,266 |
|
8,920 |
1,583 |
over 2 years ago |
44 |
August 15, 2022 |
14 |
mit |
JavaScript |
| A secure webpack plugin that supports dotenv and other environment variables and only exposes what you choose and use. |
| motdotla/dotenv-expand |
861 |
|
158,357 |
6,055 |
over 2 years ago |
16 |
December 16, 2022 |
25 |
bsd-2-clause |
JavaScript |
| Variable expansion for dotenv. Expand variables already on your machine for use in your .env file. |
| kerimdzhanov/dotenv-flow |
824 |
|
61 |
348 |
over 2 years ago |
26 |
November 06, 2023 |
1 |
mit |
JavaScript |
| Loads environment variables from .env.[development|test|production][.local] files for Node.js® projects. |
| rolodato/dotenv-safe |
736 |
|
1,090 |
458 |
over 3 years ago |
24 |
November 14, 2019 |
22 |
mit |
JavaScript |
| Load environment variables from .env and ensure they are all present |