heseya / silverbox
Simple file server powered by Lumen.
1.6.4
2025-02-25 09:39 UTC
Requires
- php: ^8.1
- gabrielelana/byte-units: ^0.5
- intervention/image: ^2.6
- intervention/imagecache: ^2.5
- laravel/lumen-framework: ^8.2
- league/flysystem: ^1.1
Requires (Dev)
- ext-fileinfo: *
- mockery/mockery: ^1.4
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2026-02-25 11:37:30 UTC
README
📦 Simple file server powered by Lumen.
Requirements
SSH access to a server with PHP 8.1+ and Composer.
Installation
composer create-project heseya/silverbox
CLI
Create API client
php silverbox clients:add {clientName}
Show list of all clients
php silverbox clients:show
Remove API client
php silverbox clients:remove {name} {--f|with-files}
Remove all client files
php silverbox clients:truncate {name}
License
Silverbox is licensed under the MIT License.