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.
- Host: GitHub
- URL: https://github.com/codeadamca/php-zip
- Owner: codeadamca
- Created: 2022-09-13T01:39:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T22:08:08.000Z (over 1 year ago)
- Last Synced: 2025-08-12T13:43:27.657Z (10 months ago)
- Topics: php, zip
- Language: PHP
- Homepage:
- Size: 2.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)