https://github.com/heseya/silverbox
REST file server powered by Lumen 💡
https://github.com/heseya/silverbox
file-server fileserver lumen php rest rest-api silverbox
Last synced: 5 months ago
JSON representation
REST file server powered by Lumen 💡
- Host: GitHub
- URL: https://github.com/heseya/silverbox
- Owner: heseya
- License: mit
- Created: 2019-08-15T14:43:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T09:44:43.000Z (over 1 year ago)
- Last Synced: 2025-05-29T03:05:40.891Z (about 1 year ago)
- Topics: file-server, fileserver, lumen, php, rest, rest-api, silverbox
- Language: PHP
- Homepage: https://silverbox.heseya.com
- Size: 1.54 MB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Heseya\Silverbox
[](https://heseya.com)
[](https://app.codacy.com/gh/heseya/silverbox/dashboard)
[](https://github.styleci.io/repos/202558567)
[](https://github.com/heseya/silverbox/blob/master/LICENSE)
📦 Simple file server powered by Lumen.
## Requirements
SSH access to a server with **PHP 8.1+** and [Composer](https://getcomposer.org/).
## 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](https://github.com/heseya/silverbox/blob/master/LICENSE).