allanrodriguesmachado / environmentVariablesManager

A simple library for managing environment variables in PHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Environment Variables Manager

๐Ÿ“ฆ Pack

Packgist


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 file for more details.


๐ŸŽ–๏ธ Author

Foto do Allan Machado no GitHub
Allan Rodrigues

About

A simple library for managing environment variables in PHP.


Languages

Language:PHP 86.7%Language:Shell 13.3%