1.0 2019-12-18 00:21 UTC

This package is auto-updated.

Last update: 2025-03-18 12:49:24 UTC


README

zip压缩

安装

composer require superextend/zip

使用

use superextend\zip\Zipfile;

$logopath = ''; //要压缩的文件目录

$filepath = '';//要存放的目录

$zips = new Zipfile();  

$result = $zips->makezip($logopath,$filepath);