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.
- Host: GitHub
- URL: https://github.com/mecha-cms/x.package
- Owner: mecha-cms
- Created: 2017-01-05T16:30:13.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-02-16T14:27:58.000Z (about 3 years ago)
- Last Synced: 2024-04-14T04:23:13.598Z (about 1 year ago)
- Topics: archive, extension, package, zip
- Language: PHP
- Size: 32.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Package Extension for [Mecha](https://github.com/mecha-cms/mecha)
=================================================================
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.