PHPackages                             umobi/laravel-simple-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. [Image &amp; Media](/categories/media)
4. /
5. umobi/laravel-simple-storage

ActiveLibrary[Image &amp; Media](/categories/media)

umobi/laravel-simple-storage
============================

1.0.1(5y ago)02MITPHPPHP ^7.4

Since Aug 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/umobi/laravel-simple-storage)[ Packagist](https://packagist.org/packages/umobi/laravel-simple-storage)[ Docs](https://github.com/umobi/laravel-simple-storage)[ RSS](/packages/umobi-laravel-simple-storage/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (3)Versions (6)Used By (0)

[![Latest Version on Packagist](https://camo.githubusercontent.com/852b4429dc4497ecc97c6072a0f4df93b1b557c932fc7e5d8ab84afd0e86e38b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f756d6f62692f6c61726176656c2d73696d706c652d73746f726167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/umobi/laravel-simple-storage)[![GitHub Tests Action Status](https://camo.githubusercontent.com/fa52640dfd5a332d3970d0e4422084d5222f98335bad2dd758e6af572c9b08e3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f756d6f62692f6c61726176656c2d73696d706c652d73746f726167652f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/umobi/laravel-simple-storage/actions?query=workflow%3Arun-tests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/ebfb872d11cf3fce74ff01804f80afe10e7be4fc1c2517cca8ddeea6f49c1ffb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f756d6f62692f6c61726176656c2d73696d706c652d73746f726167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/umobi/laravel-simple-storage)

This package can associate all sorts of files with Eloquent models. It provides a simple API to work with. To learn all about it, head over to the extensive documentation.

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

[](#installation)

You can install the package via composer:

```
composer require umobi/package-laravel-simple-storage-laravel
```

Usage
-----

[](#usage)

Here are a few short examples of what you can do:

```
class User extends Model implements StorageFieldsContract {
    use StorageFieldsTrait;
    protected $files = [
        'image' => [
            'path' => 'users',
            'type' => 'image',
            'extension' => 'jpg',
            'default' => 'default.png',
            'size' => [300, 300],
            'disk' => 'public'
        ],
    ];
}
```

```
$user = new User();
$user->name = 'Jane Doe';
$user->image = UploadFile|File|Url;
$user->save();
```

```

```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Umobi](https://github.com/umobi)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2103d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/83062d5bcc25aa237e0a302b601f7749281d4c916382df9f60c7b660a403645d?d=identicon)[ramonvic](/maintainers/ramonvic)

---

Top Contributors

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

---

Tags

laravelimagesmediacmsdownloadsumobilaravel-simple-storage

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/umobi-laravel-simple-storage/health.svg)

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

###  Alternatives

[okipa/laravel-medialibrary-ext

Extra features for spatie/laravel-medialibrary package.

1011.2k](/packages/okipa-laravel-medialibrary-ext)

PHPackages © 2026

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