PHPackages                             heseya/silverbox-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. heseya/silverbox-client

ActiveLibrary[API Development](/categories/api)

heseya/silverbox-client
=======================

PHP Client for Silverbox API

130PHP

Since Mar 24Pushed 6y ago4 watchersCompare

[ Source](https://github.com/heseya/silverbox-client-php)[ Packagist](https://packagist.org/packages/heseya/silverbox-client)[ RSS](/packages/heseya-silverbox-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Silverbox PHP Client
====================

[](#silverbox-php-client)

PHP Client for [Silverbox API](https://github.com/heseya/silverbox).

Requirements
------------

[](#requirements)

PHP 7.1+ with curl extension.

Installation
------------

[](#installation)

You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/).

```
composer require heseya/silverbox-client

```

How to use?
-----------

[](#how-to-use)

Upload a file.

```
$silverbox = new Silverbox('http://localhost');

$silverbox->as('client', 'key')->upload('photo.jpg');
```

Get public file url.

```
$silverbox->as('client')->url($fileName);
```

Get private file.

```
$silverbox->host('http://example.com')->get($fileName);
```

Get file info.

```
$silverbox->info($fileName);
```

Delete a file.

```
$silverbox->delete($fileName)
```

License
-------

[](#license)

Released under the MIT License. Please see [License File](https://github.com/heseya/silverbox-client-php/blob/master/LICENSE) for details.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/eb8aabd4e1f604898f54ec83f51ad502af0800c83d243bc91211b8155eb87875?d=identicon)[bvlinsky](/maintainers/bvlinsky)

---

Tags

phpsilverbox

### Embed Badge

![Health badge](/badges/heseya-silverbox-client/health.svg)

```
[![Health](https://phpackages.com/badges/heseya-silverbox-client/health.svg)](https://phpackages.com/packages/heseya-silverbox-client)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
