Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erhankilic/zipmaster

Create zips with php. You can create zip with folders or files.
https://github.com/erhankilic/zipmaster

php php-library php-zip zip zip-code ziparchive zipcode

Last synced: 16 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
archive();
```

### License
ZipMaster is an open source project by [Erhan Kılıç](http://erhankilic.org) that is licensed under [MIT](http://opensource.org/licenses/MIT).

### Contribution
Contribution are always **welcome and recommended**! Here is how:

- Fork the repository ([here is the guide](https://help.github.com/articles/fork-a-repo/)).
- Clone to your machine ```git clone https://github.com/YOUR_USERNAME/zipMaster.git```
- Make your changes
- Create a pull request