ZipMaster
1.0.0
Create zips with php. You can create zip with folders or files.
We don't have to think about the folders anymore.
<?php
include 'ZipMaster.php';
$zip = new ZipMasterZipMaster('backup/test.zip', 'test_folder');
$zip->archive();ZipMaster is an open source project by Erhan Kılıç that is licensed under MIT.
Contribution are always welcome and recommended! Here is how:
git clone https://github.com/YOUR_USERNAME/zipMaster.git