heseya/silverbox

Simple file server powered by Lumen.

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 4

Forks: 1

Open Issues: 1

Type:project

1.6.3 2023-11-15 07:42 UTC

This package is auto-updated.

Last update: 2024-04-15 11:03:25 UTC


README

Made by Heseya Codacy StyleCI license

📦 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.