Download the PHP package devcirclede/env-reader without Composer
On this page you can find all versions of the php package devcirclede/env-reader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download devcirclede/env-reader
More information about devcirclede/env-reader
Files in devcirclede/env-reader
Download devcirclede/env-reader
More information about devcirclede/env-reader
Files in devcirclede/env-reader
Vendor devcirclede
Package env-reader
Short Description Simple Env Reader/Parser for PHP
License MIT
Package env-reader
Short Description Simple Env Reader/Parser for PHP
License MIT
Please rate this library. Is it a good library?
Informations about the package env-reader
EnvReader
PHP Environment Reader
Simple Environment Reader which can parse the Value to a specific type. It tries to find the Value in $_ENV, $_SERVER and via getenv. The logic is leaned on the EnvVarProcessor from Symfony.
Installation
Supported Types
Actual included Types are:
- integer
- float
- string
- boolean
- array
- json
You can add your own Type by creating a class which implements the TypeInterface.
Example:
Usage of the CustomType:
All versions of env-reader with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
The package devcirclede/env-reader contains the following files
Loading the files please wait ....