Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 396 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 396 Bytes

PHPzip

Simple zipper / unzipper for PHP

usage

zip.php

Put zip.php in directory you want to zip and call it from browser.

A zip file will be created containing full directory.

unzip.php

Put unzip.php in directory containing zip files and call it from browser.

A directory will be created for each zip file.

requirement

PHP 5.2 or greater