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

https://github.com/codeadamca/php-zip

A basic example of adding a list of files to a Zip file.
https://github.com/codeadamca/php-zip

php zip

Last synced: about 1 month ago
JSON representation

A basic example of adding a list of files to a Zip file.

Awesome Lists containing this project

README

          

# Adding Files to a Zip File Using PHP

A basic example of adding a list of files to a Zip file.

This code requires that the PHP extension php-zip be installed.

***

## Repo Resources

* [Visual Studio Code](https://code.visualstudio.com/)
* [PHP](https://www.php.net/)
* [PHP ZipArchive](https://www.php.net/manual/en/zip.examples.php)