Registry / utility / pclzip-pclzip

pclzip-pclzip

JSON →
library2.8.2phppackagistunverified

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

utility
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.

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 footguns
gotchaPclZip is not PSR-4 autoloadable; requires manual require_once.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
11 hits · last 30 days
gptbot
3
claudebot
3
Resources