-
This PHP script is mainly used to dump and restore system folders into/out of archives. It recursively traverses a folder, build an archive with the contents of the directory files, and saves it in a desired location.It can also do the opposite, recreate the original directory structure and file contents retrieving it from a previously generated contents file. File owners ...
-
PclTar is a library that allow you to create a GNU TAR archive for a list of files or directories with or without compression, to extract all the archive or a part of it. So far tests show that the files generated by PclTar are readable by PHP gzip tools and WinZip application.What's New In version 1.3.1 PclTar:- Remove deprecated ...
-
A PHP Implementation of the TAR (Tape-Archive) Format most commonly used on UNIX Operating systems. TAR File Manager works on both Windows and UNIX for reading and writing TAR files.TAR File Manager even supports Gzipped TAR files if you have the ZLIB PHP module installed on your server!Key Features of TAR File Manager:- This class uses no external programs!!- Supports ...
-
The php-downloader has a simple architecture. All you has to do is to set the file param and the method, you´d like to offer as download (plain, zip, tar.gz) and the php-downloader offers you a download.
-
TAR/GZIP/BZIP2/ZIP Archivesallows the creation of tar, gzip, bzip2, and zip archives, and the extraction of tar, gzip, and bzip2. It supports relative paths/no paths, comments, and recursing through subdirectories.TAR/GZIP/BZIP2/ZIP Archives can write file to disk, allow user to download directly, or return file contents in a string or an array. Does not require any external programs to run. PHP must ...
-
Easy Archives can be used to manage archives in the tar, gzip, bzip2 and zip formats. There is a factory class that can perform several types of actions on packed archive files: create a new archive, retrieve information about the contents of an archive, and extract the files and directories contained in an archive.The factory class creates objects and calls ...


