Download the PHP package gemorroj/archive7z without Composer
On this page you can find all versions of the php package gemorroj/archive7z. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package archive7z
Wrapper 7-zip (p7zip)
Features:
- Supported all 7-zip formats:
- Packing / unpacking:
7z
,XZ
,BZIP2
,GZIP
,TAR
,ZIP
andWIM
. - Unpacking only:
APFS
,AR
,ARJ
,Base64
,CAB
,CHM
,CPIO
,CramFS
,DMG
,EXT
,FAT
,GPT
,HFS
,IHEX
,ISO
,LZH
,LZMA
,MBR
,MSI
,NSIS
,NTFS
,QCOW2
,RAR
,RPM
,SquashFS
,UDF
,UEFI
,VDI
,VHD
,VHDX
,VMDK
,XAR
andZ
.
- Packing / unpacking:
- List files and directories
- Get contents of any file from archive
- Delete files or directories
- Add files or directories
Requirements:
- PHP >= 8.0.2
- allow proc_open function
- for Windows: 7-zip >= 7.30 (https://www.7-zip.org/)
- for Linux/MacOs: 7-zip >= 21.01 or p7zip >= 9.38 (https://github.com/p7zip-project/p7zip)
Installation:
Notes:
- https://sourceforge.net/p/p7zip/discussion/383043/thread/fa143cf2/
- Correctly works only with filenames in UTF-8 encoding #15.
Recommendations:
Archive7z focuses on wrapping up the original 7-zip features. But it is not always convenient to use in your application. Therefore, we recommend that you always create your own wrapper class over Archive7z with the addition of higher-level logic.
Example:
All versions of archive7z with dependencies
PHP Build Version
Package Version
The package gemorroj/archive7z contains the following files
Loading the files please wait ....