back to home
Best Open Source environment variables Libraries
A curated list of the most popular GitHub repositories tagged with environment variables. Select any project to visualize its architecture and dive into the codebase using RepoMind's AI engine.
#1Infisical/infisical
Infisical is the open-source platform for secrets, certificates, and privileged access management.
25,024TypeScript
Analyze Code
#2motdotla/dotenv
Loads environment variables from .env for nodejs projects.
20,285JavaScript
Analyze Code
#3vlucas/phpdotenv
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
13,513PHP
Analyze Code
#4theskumar/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