Skip to content

toyokumo/ZipBundle

Repository files navigation

ZipBundle

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