imbo / imbo-filesystem-adapters
Filesystem adapters for Imbo
Installs: 2 071
Dependents: 1
Suggesters: 1
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Requires
- php: >=8.3
Requires (Dev)
- christeredvartsen/testfs: ^0.5
- friendsofphp/php-cs-fixer: ^3.70
- imbo/imbo: dev-main
- imbo/imbo-adapters-sdk: dev-main
- imbo/imbo-coding-standard: ^2.0
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^2.1
- phpstan/phpstan-phpunit: ^2.0
- phpunit/phpunit: ^12.0
This package is auto-updated.
Last update: 2025-04-03 06:54:32 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.