PHPackages                             codelego/phpfox-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. codelego/phpfox-storage

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

codelego/phpfox-storage
=======================

Storage library for phpfox framework.

0101PHP

Since Nov 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/codelego/phpfox-storage)[ Packagist](https://packagist.org/packages/codelego/phpfox-storage)[ RSS](/packages/codelego-phpfox-storage/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

phpfox-filestorage
==================

[](#phpfox-filestorage)

=====================================

>

local path or real path.

```
echo  $storage->url('local', 'profile/picture/sample_01.png');
// print http://www.yoursite.com/path/to/profile/picture/sample_01.png
```

Or

```
print http://bucket-s3.amazone.com/path/to/profile/picture/sample_01.png
```

### Move file from local

[](#move-file-from-local)

```
$data = $storage->move('s3', $filename,  'profile/picture/sample_01.png');
```

### Copy from local

[](#copy-from-local)

```
$data = $storage->copy('s3', $filename,  'profile/picture/sample_01.png');
```

### Copy to local

[](#copy-to-local)

```
$data = $storage->localCopy('s3', $filename,  'profile/picture/sample_01.png');
```

### Delete object

[](#delete-object)

```
$data = $storage->remove('s3', $filename,  'profile/picture/sample_01.png');
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

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://avatars.githubusercontent.com/u/171187?v=4)[CodeLego](/maintainers/codelego)[@codelego](https://github.com/codelego)

---

Top Contributors

[![codelego](https://avatars.githubusercontent.com/u/171187?v=4)](https://github.com/codelego "codelego (7 commits)")

### Embed Badge

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

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

###  Alternatives

[venveo/craft-compress

Create smart zip files from Craft assets on the fly

124.7k](/packages/venveo-craft-compress)

PHPackages © 2026

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