vipsoft/unzip

解压库 - ZipArchive 包装器

1.3 2021-01-21 18:23 UTC

This package is auto-updated.

Last update: 2024-09-22 02:01:39 UTC


README

ZipArchive 的包装器,用于提取 .zip 文件。

这是对我之前 Piwik_Unzip_ZipArchive 类的重构。现在它需要 php 5.3.6+,使用命名空间,遵循对象规范,并以 MIT 许可重新授权。

功能

  • 易于使用!

    use VIPSoft\Unzip\Unzip;
    
    $unzipper  = new Unzip();
    $filenames = $unzipper->extract($zipFilePath, $extractToThisDir);
  • 防止存档中的恶意文件名

版权

版权(c)2010-2012 Anthon Pang。有关详细信息,请参阅 LICENSE。

贡献者