Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

erhankilic/ZipMaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ZipMaster

Create zips with php. You can create zip with folders or files.

We don't have to think about the folders anymore.

Test Usage

<?php

include 'ZipMaster.php';

$zip = new ZipMaster\ZipMaster('backup/test.zip', 'test_folder');
$zip->archive();

License

ZipMaster is an open source project by Erhan Kılıç that is licensed under MIT.

Contribution

Contribution are always welcome and recommended! Here is how:

  • Fork the repository (here is the guide).
  • Clone to your machine git clone https://github.com/YOUR_USERNAME/zipMaster.git
  • Make your changes
  • Create a pull request

About

Create zips with php. You can create zip with folders or files.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors