Releases: jakubboucek/php-tar-stream-reader
Releases · jakubboucek/php-tar-stream-reader
2.0.2
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:
ArchiveReaderandFileInfoclass removed and replaced with*ReaderandFileclass,- File Content now returned as PSR-7 stream (
StreamInterface) object.