fusio / adapter-file
Adapter to serve static files
v6.2.0
2025-12-23 10:14 UTC
Requires
- php: >=8.1
- ext-fileinfo: *
- fusio/engine: ^6.0
- league/flysystem: ^3.0
- ramsey/uuid: ^4.2
- symfony/yaml: ^6.0|^7.0
Requires (Dev)
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^12.0
README
Fusio adapter which provides an action to serve static files as API response. You can install the adapter with the following steps inside your Fusio project:
composer require fusio/adapter-file
php bin/fusio system:register "Fusio\Adapter\File\Adapter"