2.0.0
New features:
- Improve API,
- Add support to custom FileHandler or process any stream,
- Using Generators & clean stream access to save memory,
- Added tests 🙈
BC breaks:
ArchiveReader
andFileInfo
class removed and replaced with*Reader
andFile
class,- File Content now returned as PSR-7 stream (
StreamInterface
) object.