toyokumo/zip-bundle

Symfony support for handling zip files

v0.1.3 2023-05-02 05:00 UTC

This package is not auto-updated.

Last update: 2024-04-16 09:48:13 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