brainmaestro / envman
A tool for managing your application's environment variables
v0.1.0
2017-07-01 10:10 UTC
Requires
- defuse/php-encryption: ^2.1
- symfony/console: ^3.3
Requires (Dev)
- phpunit/phpunit: ^6.2
This package is not auto-updated.
Last update: 2024-11-06 03:13:53 UTC
README
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
composer require --dev brainmaestro/envman
Getting Started
Refer to the documentation for the functionality of the commands
License
MIT © Ezinwa Okpoechi