rackem / dotenv
Environment variables in your Rack'em application via .env
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rackem/dotenv
Requires
- rackem/rackem: @stable
This package is not auto-updated.
Last update: 2025-10-07 10:53:16 UTC
README
A simple middleware that will load environment variables from .env
into $env
.
It's just like this thing.
Installation
$ composer require rackem/dotenv:@stable
Usage
\Rackem::use_middleware("\Rackem\Dotenv");