Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/allanrodriguesmachado/environmentvariablesmanager

A simple library for managing environment variables in PHP.
https://github.com/allanrodriguesmachado/environmentvariablesmanager

composer libray php

Last synced: 3 days ago
JSON representation

A simple library for managing environment variables in PHP.

Awesome Lists containing this project

README

        

# Environment Variables Manager

📦 Pack

[Packgist](https://packagist.org/packages/allanrodrigues/environment-variables-manager)

----
A simple library for managing environment variables in PHP.

- Database
- Email

## How to use

To use this library, simply create a `.env` file at the root of the project, following the model below (one variable per line):

```
DB_HOST=localhost
DB_USER=root
DB_PASS=password
DB_NAME=database
DB_PORT=3000
```

## Requirements

- This library needs PHP 7.0 or greater.
- Composer




📄 license

This project is under the MIT license. See the [LICENSE](LICENSE.md) file for more details.

---

🎖️ Author

[Foto do Allan Machado no GitHub

Allan Rodrigues](https://github.com/allanrodriguesmachado)