Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brainmaestro/envman
Manage your .env configuration easily
https://github.com/brainmaestro/envman
env environment-variables environment-vars
Last synced: 2 months ago
JSON representation
Manage your .env configuration easily
- Host: GitHub
- URL: https://github.com/brainmaestro/envman
- Owner: BrainMaestro
- License: mit
- Created: 2017-07-01T10:10:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-02T12:37:44.000Z (over 7 years ago)
- Last Synced: 2024-10-03T13:22:14.605Z (3 months ago)
- Topics: env, environment-variables, environment-vars
- Language: PHP
- Size: 70.3 KB
- Stars: 21
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Envman
[![Travis](https://img.shields.io/travis/BrainMaestro/envman.svg?style=flat-square)](https://travis-ci.org/BrainMaestro/envman)
[![Packagist](https://img.shields.io/packagist/v/brainmaestro/envman.svg?style=flat-square)](https://packagist.org/packages/brainmaestro/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](https://github.com/defuse/php-encryption).
This works in conjunction with any tool you use to actually load the `.env` values into your code like [phpdotenv](https://github.com/vlucas/phpdotenv)
## Install
```sh
composer require --dev brainmaestro/envman
```## Getting Started
Refer to the documentation for the functionality of the commands- [Add](docs/Add.md)
- [Build](docs/Build.md)
- [Encrypt](docs/Encrypt.md)
- [Generate Key](docs/GenerateKey.md)
- [Show](docs/Show.md)## License
MIT © Ezinwa Okpoechi