Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akeb/framework-akeb-dotenv
- Owner: AKEB
- License: apache-2.0
- Created: 2024-05-16T09:31:04.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-22T09:10:09.000Z (6 months ago)
- Last Synced: 2024-05-22T10:35:06.457Z (6 months ago)
- Topics: composer, php, php7, php71, php72, php73, php74, php8, php80, php81, php82, php83
- Language: Shell
- Homepage: https://packagist.org/packages/akeb/dotenv
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```