toyokumo / zip-bundle
Symfony support for handling zip files
Installs: 12 092
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 0
Requires
- php: ^7.2|^8.0
- sensio/framework-extra-bundle: ~3.0|~4.0|~5.0|~6.0
- symfony/config: ^4.3.0|^5.0|^6.0
- symfony/dependency-injection: ^4.4.0|^5.0|^6.0
Requires (Dev)
- phpunit/phpunit: 9.0|^10.1
This package is not auto-updated.
Last update: 2025-02-05 05:42:11 UTC
README
This library provides functionality for extracting files from zip archives in PHP.
get started
TODO
contribution
Install dependencies by running command as following.
Make sure that composer
and yarn
have been installed.
composer install yarn install
formatting
To formatting, run command as following.
yarn format-all
testing
./vendor/bin/phpunit tests --testdox --color