onkihara / b3
filesystem driver for blikk filemanager
1.1.1
2024-05-17 11:04 UTC
Requires
- php: ^8.0
- firebase/php-jwt: ^6.10
- guzzlehttp/guzzle: ^7.2
This package is auto-updated.
Last update: 2025-06-17 13:18:00 UTC
README
A Filesystem Driver for laravel and blikk filemanager
Install
composer require onkihara/b3
Add to .env-File
APP_NAME=your_app_name
APP_INSTANCE=your_app_instance (if any)
APP_ID=your_app_id (if any)
B3_VERSION=v1
B3_ENDPOINT=your_b3_endpoint
B3_TOKENTLL=120
B3_SECRET=your_b3_secret
B3_ALGO=HS256