back to home
Best Open Source dotenv Libraries
A curated list of the most popular GitHub repositories tagged with dotenv. Select any project to visualize its architecture and dive into the codebase using RepoMind's AI engine.
#1motdotla/dotenv
Loads environment variables from .env for nodejs projects.
20,285JavaScript
Analyze Code
#2vlucas/phpdotenv
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
13,513PHP
Analyze Code
#3theskumar/python-dotenv
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.
8,657Python
Analyze Code
#4bkeepers/dotenv
A Ruby gem to load environment variables from `.env`.
6,730Ruby
Analyze Code