Download the PHP package reinfi/laminas-env-mapper without Composer
On this page you can find all versions of the php package reinfi/laminas-env-mapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download reinfi/laminas-env-mapper
More information about reinfi/laminas-env-mapper
Files in reinfi/laminas-env-mapper
Download reinfi/laminas-env-mapper
More information about reinfi/laminas-env-mapper
Files in reinfi/laminas-env-mapper
Vendor reinfi
Package laminas-env-mapper
Short Description Map $_ENV to objects using EnvMapper
License MIT
Package laminas-env-mapper
Short Description Map $_ENV to objects using EnvMapper
License MIT
Please rate this library. Is it a good library?
Informations about the package laminas-env-mapper
Laminas Env Mapper
Using EnvMapper to map $_ENV to objects.
- Installation
- Environment Object Mapping
- FAQ
Installation
- Install with Composer:
composer require reinfi/laminas-env-mapper
.
Environment Object Mapping
Just specify the factory for your object, this will then map the object with EnvMapper.
You could use the object in your container by retrieving it.
Abstract Factory Usage
If you do not want to register all your environment objects to the container you could register an abstract factory.
Your objects must extend the EnvObjectInterface
.
FAQ
Feel free to ask any questions or open own pull requests.
All versions of laminas-env-mapper with dependencies
PHP Build Version
Package Version
Requires
php Version
~8.1.0 || ~8.2.0 || ~8.3.0
laminas/laminas-servicemanager Version ^2.7 | ^3.0
crell/envmapper Version ^1.0
laminas/laminas-servicemanager Version ^2.7 | ^3.0
crell/envmapper Version ^1.0
The package reinfi/laminas-env-mapper contains the following files
Loading the files please wait ....