Releases: bgaze/php-dotenv
Releases · bgaze/php-dotenv
Better organisation
The library is meant to be a very simple parser, it must stick to its role.
Following actions where made:
- Removed all features related to parsed data manipulation (except the ability to provide defaults values when using helpers functions).
- Added the ability to parse strings in addition to files.
- Refactored
Parserclass to keep only parsing related features. - Moved helpers to static functions into a dedicated
Helpersclass.
Added the "get" method
v1.0.1 Implement get method