Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 526 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 526 Bytes

Filesystem storage adapter for Imbo

CI

Filesystem storage adapter for Imbo.

Installation

composer require imbo/imbo-filesystem-adapters

Usage

$mainStorageAdapter = new Imbo\Storage\Filesystem($path);
$imageVariationsStorageAdapter = new Imbo\EventListener\ImageVariations\Storage\Filesystem($path);

License

MIT, see LICENSE.