Added "automapping" feature for environment variables
| Q | A |
|---|---|
| Bug fix? | no |
| New feature? | yes |
| BC breaks? | no |
| Deprecations? | no |
| Tests pass? | yes |
For more details, see README.md.
I will need a bit of time to review this in detail (I don't have this time right now), but the feature looks interesting
Thank you @stof. Take your time.
It seems like this would be better done with a prefix (or at least an option for having one) the way Symfony does it (along with translating double underscore to dot): http://symfony.com/doc/current/cookbook/configuration/external_parameters.html
The prefix could be defined in the incenteev-parameters.
I agree with your comment @kcivey. If @stof also agree, I could apply this change. This would be something like env-prefix or similar.