Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alireaza/dot-env
Dot Env
https://github.com/alireaza/dot-env
composer dot-env dotenv env environment php
Last synced: 11 days ago
JSON representation
Dot Env
- Host: GitHub
- URL: https://github.com/alireaza/dot-env
- Owner: alireaza
- License: mit
- Created: 2021-12-22T18:18:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-06T05:45:54.000Z (almost 3 years ago)
- Last Synced: 2024-11-29T14:19:46.629Z (24 days ago)
- Topics: composer, dot-env, dotenv, env, environment, php
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dot Env
## Install
Via Composer
```bash
$ composer require alireaza/dot-env
```## Usage
```php
use AliReaza\DotEnv\DotEnv;$env = new DotEnv('.env');
$env->toArray(); // Array of variables defined in .env
```## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.