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

https://github.com/mecha-cms/x.package

Create, update, delete, compress and extract ZIP archive files.
https://github.com/mecha-cms/x.package

archive extension package zip

Last synced: about 1 month ago
JSON representation

Create, update, delete, compress and extract ZIP archive files.

Awesome Lists containing this project

README

        

Package Extension for [Mecha](https://github.com/mecha-cms/mecha)
=================================================================

![Code Size](https://img.shields.io/github/languages/code-size/mecha-cms/x.package?color=%23444&style=for-the-badge)

This extension provides various API to work with [ZIP](http://www.php.net/manual/en/book.zip.php "PHP · ZIP") files. ZIP is an archive file format that supports lossless data compression. A ZIP file may contain one or more files or directories that may have been compressed. ZIP files generally use the file extensions `.zip` and the MIME media type `application/zip`.

---

Release Notes
-------------

### 2.1.1

- Simplify the extension API.