imbo / imbo-filesystem-adapters
Imbo的文件系统适配器
dev-main
2023-04-12 18:15 UTC
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-09-20 00:26:15 UTC
README
Imbo的文件系统存储适配器。
安装
composer require imbo/imbo-filesystem-adapters
使用
$mainStorageAdapter = new Imbo\Storage\Filesystem($path); $imageVariationsStorageAdapter = new Imbo\EventListener\ImageVariations\Storage\Filesystem($path);
许可证
MIT,见LICENSE。