PHPackages                             bytegs/storage - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. bytegs/storage

ActiveLibrary[File &amp; Storage](/categories/file-storage)

bytegs/storage
==============

011PHP

Since Jul 28Pushed 10y ago1 watchersCompare

[ Source](https://github.com/bytegs/storageAPI)[ Packagist](https://packagist.org/packages/bytegs/storage)[ RSS](/packages/bytegs-storage/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Requirement
===========

[](#requirement)

- PHP 5.5

Installation
============

[](#installation)

Composer:

```
"require": {
    "bytegs/storage": "dev-master"
}

```

Usage
=====

[](#usage)

Upload File: (Whith Public Link)

```
$storage = new \Byte\Storage\Storage("API-KEY");
$res = $storage->upload(__DIR__."/img.png", 1);

```

Result

```
array(3) {
  ["id"]=>
  string(1) "3"
  ["md5"]=>
  string(32) "cc5b39ccc9685362f2cdc3ad02716bdb"
  ["link"]=>
  string(66) "http://storage.byte.gs/file/3?md5=cc5b39ccc9685362f2cdc3ad02716bdb"
}

```

Upload File:

```
$storage = new \Byte\Storage\Storage("API-KEY");
$res = $storage->upload(__DIR__."/img.png");

```

Result

```
array(3) {
  ["id"]=>
  string(1) "4"
  ["md5"]=>
  string(32) "cc5b39ccc9685362f2cdc3ad02716bdb"
}

```

Get File:

```
$storage = new \Byte\Storage\Storage("API-KEY");
$res = $storage->get(4);

```

$res contains the Source of the File.

Delite File:

```
$storage = new \Byte\Storage\Storage("API-KEY");
$res = $storage->delete(4);

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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/83affa8e9f0fba3f7c96c70fdb914e0a8099ea9175fb2e8d021d321f0895529d?d=identicon)[kruemel](/maintainers/kruemel)

---

Top Contributors

[![kekskurse](https://avatars.githubusercontent.com/u/1208452?v=4)](https://github.com/kekskurse "kekskurse (3 commits)")

### Embed Badge

![Health badge](/badges/bytegs-storage/health.svg)

```
[![Health](https://phpackages.com/badges/bytegs-storage/health.svg)](https://phpackages.com/packages/bytegs-storage)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15161.6M2.6k](/packages/illuminate-filesystem)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)[madnest/madzipper

Easier zip file handling for Laravel applications.

1382.3M6](/packages/madnest-madzipper)

PHPackages © 2026

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