comodojo / zip
PHP ZipArchive toolbox
Installs: 370 908
Dependents: 3
Suggesters: 0
Security: 0
Stars: 30
Watchers: 6
Forks: 7
Open Issues: 1
Requires
- php: >=7.4
- ext-zip: *
- comodojo/foundation: ^1.0
Requires (Dev)
- phpunit/phpunit: ^9.0
- scrutinizer/ocular: ^1.8
README
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
- Docs (wip): docs.comodojo.org/projects/zip
- API: api.comodojo.org/libs/zip
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.