heseya / silverbox
Simple file server powered by Lumen.
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 6
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
- dev-master
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.0
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.1
- 1.0.0
- dev-feature/MPT-2801
- dev-dependabot/composer/nesbot/carbon-2.72.6
- dev-dependabot/composer/symfony/process-5.4.46
- dev-dependabot/composer/symfony/http-foundation-5.4.46
This package is auto-updated.
Last update: 2025-02-25 09:44:46 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.