fusio / adapter-file
Adapter to serve static files
Fund package maintenance!
chriskapp
Patreon
www.paypal.me/fusioapi
Installs: 34 927
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=8.1
- ext-fileinfo: *
- fusio/engine: ^6.0
- league/flysystem: ^3.0
- ramsey/uuid: ^4.2
- symfony/yaml: ^5.0|^6.0
Requires (Dev)
- phpunit/phpunit: ^9.0
- vimeo/psalm: ^5.9
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"