This repository was archived by the owner on May 26, 2022. It is now read-only.
Version 2.0.0
This version introduces a new way to iterate over the files, moving away from the hasNext() / getNext() method to use PHP iterators and the standard foreach loop. It also unifies the way CSV and XLSX files are read.
This change required a major version bump, as it is not backwards compatible.
Version 2.0.0 also brings a few nice additions:
- Better error handling when processing XML files
- CSV reader now supports multiple encodings
- Scrutinizer-CI replaces Coveralls.io and brings very valuable data