Install it via Composer
composer require phauthentic/file-storage
If you want to manually install it we assume you know what you're doing by not using Composer.
To use the image processing feature you'll need to add this repository as well:
composer require phauthentic/file-storage-image-processor
We are using Phive for most of the dev tools. This provides a few advantges, mostly that we get away with a lot less dev dependencies that can cause additional conflicts.
To install phpunit and other dev tools run
composer phive
It will download Phive and execute it to install phar versions of these dev tools:
To register grumphp git hooks run
.\bin\grumphp git:init