imbo / imbo-filesystem-adapters
Filesystem adapters for Imbo
Installs: 1 933
Dependents: 1
Suggesters: 1
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Requires
- php: >=8.1
Requires (Dev)
- christeredvartsen/testfs: ^0.4
- imbo/imbo: dev-main
- imbo/imbo-adapters-sdk: dev-main
- imbo/imbo-coding-standard: ^2.0
- phpunit/phpunit: ^10.0
- psalm/plugin-phpunit: ^0.18.4
- vimeo/psalm: ^5.5
This package is auto-updated.
Last update: 2024-10-20 00:36:24 UTC
README
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.