Registry / utility / pclzip-pclzip

pclzip-pclzip

JSON →
library2.8.2phppackagistunverified

A PHP library that offers compression and extraction functions for Zip formatted archives.

composer require pclzip/pclzip
INSTALL
IMPORT
SIG · PCLZIP-PCLZIP
P
pclzip-pclzip
utilityphpv2.8.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PclZip
use PclZip;

Create a ZIP archive containing a file

require_once('pclzip.lib.php'); $archive = new PclZip('test.zip'); $archive->create('file.txt');
Debug
Known issues
gotchaPclZip is not PSR-4 autoloadable; requires manual require_once.
fix
Use require_once('pclzip.lib.php') before using the class.
affects: *
Upgrade
Version history
2.8.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pclzip-pclzip — pip install pclzip-pclzip · libregistry