UnifiedArchive
UnifiedArchive copied to clipboard
UnifiedArchive - an archive manager with unified interface for different formats (bundled with cli utility). Supports all formats with basic operations (reading, extracting and creation) and popular f...
For the time being, when fetching the dist package from composer, all repository files are included. Using `export-ignore` git attribute would permit to make the dist package ligther (see https://php.watch/articles/composer-gitattributes#export-ignore).
**Describe the bug** The compress command is no longer available on Debian based systems. It still appears to be available in Unix and BSD systems. In LzwStreamWrapp::checkBinary() there is a...
**Describe the bug** Error: ``` Allowed memory size of 536870912 bytes exhausted (tried to allocate 512913866 bytes) ``` The error explodes here: [PharData](https://github.com/wapmorgan/UnifiedArchive/blob/master/src/Drivers/TarByPhar.php#L99) **Configration (please complete the following information):** -...
Throws exectiopn while deleting .zip file file: "/var/www/project/vendor/wapmorgan/unified-archive/src/Drivers/Zip.php" message: "No such file" I don't have this problem when deleting files with .7z extension
**Describe the bug** When trying to extract a .tgz file with UnifiedArchive it reports the following error message: In Tar.php line 369: "Cannot access phar file entry '/' in archive...
Hello, I wanted to ask: do you also support .img / zstd ? It's about me using https://fogproject.org/ And Nextcloud The app https://github.com/rotdrop/nextcloud-app-files-archive Would install it yourself, you support it...
**Describe the bug** when i mount a rar achive with password and provide the correct password in the Archive tab the mount point is created with the files inside BUT...
https://github.com/wapmorgan/UnifiedArchive/blob/5f02ad060223fd714aaf7f64a18d8e819ac0ab93/docs/Drivers.md?plain=1#L78 However, in commit 6a68beb support for xz by using 7z was removed.
… not string. According to "git blame" this has always been the case, so the obvious fix is just use DateTime::getTimestamp() instead of strtotime().
Hi there, I think I stumbled over a bug here: https://github.com/wapmorgan/UnifiedArchive/blob/5f02ad060223fd714aaf7f64a18d8e819ac0ab93/src/Drivers/AlchemyZippy.php#L232-L233 At least in version 1.0 (the current since 2021) `Member::getLastModifiedData()` returns `DateTime`, not a textual representation of the last...