heseya / silverbox
Simple file server powered by Lumen.
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 5
Forks: 1
Open Issues: 4
Type:project
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: 2025-03-25 09:52:13 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.