Skip to content

Releases: kiwilan/php-archive

1.1.0

30 Mar 20:04
Compare
Choose a tag to compare
  • improve documentation
  • remove findAndContent
  • findAll is now filter

1.0.02

30 Mar 14:21
Compare
Choose a tag to compare
  • Fix: findAll method with index

1.0.01

30 Mar 14:12
Compare
Choose a tag to compare
  • sortFiles reindex all files

1.0.0

30 Mar 13:59
Compare
Choose a tag to compare

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)

0.1.1

24 Mar 15:23
Compare
Choose a tag to compare

Change API

  • extractFile to contentFile for Archive::class
  • extractPage to contentPage for ArchivePdf::class

0.1.0

24 Mar 14:28
Compare
Choose a tag to compare
docs