Releases: kiwilan/php-archive
Releases · kiwilan/php-archive
1.1.0
- improve documentation
- remove
findAndContent
findAll
is nowfilter
1.0.02
- Fix:
findAll
method with index
1.0.01
sortFiles
reindex allfiles
1.0.0
Rewriting of package
- Handle ZIP, TAR with native PHP
- Handle RAR with
rar
PHP extension or withp7zip
binary ifrar
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
andextractAll
to extract archives - Add static
create
to create new archive (only ZIP supported)
0.1.1
Change API
extractFile
tocontentFile
forArchive::class
extractPage
tocontentPage
forArchivePdf::class
0.1.0
docs