Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akeb/framework-akeb-dotenv


https://github.com/akeb/framework-akeb-dotenv

composer php php7 php71 php72 php73 php74 php8 php80 php81 php82 php83

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# Dotenv

## Install

composer project akeb/dotenv

Composer config

```json
{
"require": {
"akeb/dotenv": "^1.1.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/AKEB/Framework-AKEB-dotenv"
}
]
}
```

or

```bash
composer require akeb/dotenv
```