Download the PHP package brainmaestro/envman without Composer
On this page you can find all versions of the php package brainmaestro/envman. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download brainmaestro/envman
More information about brainmaestro/envman
Files in brainmaestro/envman
Package envman
Short Description A tool for managing your application's environment variables
License MIT
Informations about the package envman
Envman
Manage your
.env
configuration easily.
This package makes it easy to keep your .env
in sync with the rest of your team without too much hassle. It allows you to break up your huge monolithic .env.example
file into smaller files that have related variables. It also offers an easy and painless way of protecting sensitive configurations with encryption from php-encryption.
This works in conjunction with any tool you use to actually load the .env
values into your code like phpdotenv
Install
Getting Started
Refer to the documentation for the functionality of the commands
- Add
- Build
- Encrypt
- Generate Key
- Show
License
MIT © Ezinwa Okpoechi