imbo/imbo-filesystem-adapters

Filesystem adapters for Imbo

dev-main 2023-04-12 18:15 UTC

This package is auto-updated.

Last update: 2024-04-19 23:42:56 UTC


README

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.