Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/erhankilic/zipmaster
- Owner: erhankilic
- License: mit
- Created: 2017-09-01T12:27:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T09:02:11.000Z (over 4 years ago)
- Last Synced: 2023-02-28T00:05:44.428Z (almost 2 years ago)
- Topics: php, php-library, php-zip, zip, zip-code, ziparchive, zipcode
- Language: PHP
- Size: 10.7 KB
- Stars: 9
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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