Skip to content

1.0.0

Compare
Choose a tag to compare
@ewilan-riviere ewilan-riviere released this 30 Mar 13:59
· 269 commits to main since this release

Rewriting of package

  • Handle ZIP, TAR with native PHP
  • Handle RAR with rar PHP extension or with p7zip binary if rar extension is not available
  • Handle 7Z with p7ip binary

Changes in API

  • static make: read
  • contentFile: content
  • Add text to get only text (useful for PDF)
  • Add extract and extractAll to extract archives
  • Add static create to create new archive (only ZIP supported)