PHP ZipArchive toolbox

3.1.1 2021-02-13 18:59 UTC

This package is auto-updated.

Last update: 2024-04-16 15:57:29 UTC


README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License Scrutinizer Code Quality Code Coverage Quality Gate Status Reliability Rating

PHP ZipArchive toolbox

This is the development branch, please do not use it in production

This library simplifies and automates zip files management using PHP ZipArchive. It includes the \Comodojo\Zip\ZipManager class to manage multiple Zip files at once (extract, add, remove, merge).

Installation

Install composer, then:

composer require comodojo/zip

Documentation

Contributing

Contributions are welcome and will be fully credited. Please see CONTRIBUTING for details.

License

comodojo/zip is released under the MIT License (MIT). Please see License File for more information.

Copyright (c) 2019 Marco Giovinazzi

For more information, visit comodojo.org.