Robust configuration file reader class, with sample config and execution code.
Nobody really needs a configuration file reader, right?? Initially this began as a code test for a job. So, while there isn't a real practical application for the class, it has become a learning tool - a place to experiment or explore new features of the language.
vendor\bin\phpunit --bootstrap vendor\autoload.php tests/tests
- 2017-03-04 - Conversion to PHP 7.1
- 2017-03-03 - Added PHPUnit and a single unit test in preparation for testing the conversion to PHP 7.1.
- 2014-10-17 - Initial Upload