Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 442 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 442 Bytes

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