PHPackages                             jobmetric/media - 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. jobmetric/media

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

jobmetric/media
===============

This package is for keeping the files of different Laravel projects.

1.18.0(9mo ago)710223MITPHPPHP ^8.1

Since Aug 13Pushed 9mo ago2 watchersCompare

[ Source](https://github.com/jobmetric/media)[ Packagist](https://packagist.org/packages/jobmetric/media)[ Docs](https://doc.jobmetric.net/package/media)[ RSS](/packages/jobmetric-media/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (35)Used By (3)

Media for laravel
=================

[](#media-for-laravel)

This package is for keeping the files of different Laravel projects.

Install via composer
--------------------

[](#install-via-composer)

Run the following command to pull in the latest version:

```
composer require jobmetric/media
```

### Add service provider

[](#add-service-provider)

Add the service provider to the providers array in the config/app.php config file as follows:

```
'providers' => [

    ...

    JobMetric\Media\Providers\MediaServiceProvider::class,
]
```

### Publish the config

[](#publish-the-config)

Copy the `config` file from `vendor/jobmetric/media/config/config.php` to `config` folder of your Laravel application and rename it to `media.php`

Run the following command to publish the package config file:

```
php artisan vendor:publish --provider="JobMetric\Media\Providers\MediaServiceProvider" --tag="media-config"
```

You should now have a `config/media.php` file that allows you to configure the basics of this package.

### Publish Migrations

[](#publish-migrations)

You need to publish the migration to create the `medias` table:

```
php artisan vendor:publish --provider="JobMetric\Media\Providers\MediaServiceProvider" --tag="media-migrations"
```

After that, you need to run migrations.

```
php artisan migrate
```

Documentation
-------------

[](#documentation)

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance56

Moderate activity, may be stable

Popularity19

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 98.8% 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 ~10 days

Total

34

Last Release

294d ago

### Community

Maintainers

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

---

Top Contributors

[![MajidMohammadian](https://avatars.githubusercontent.com/u/2099965?v=4)](https://github.com/MajidMohammadian "MajidMohammadian (170 commits)")[![H-0-O](https://avatars.githubusercontent.com/u/93187411?v=4)](https://github.com/H-0-O "H-0-O (2 commits)")

---

Tags

laravelpackagefilefilesmediajobmetric

### Embed Badge

![Health badge](/badges/jobmetric-media/health.svg)

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

###  Alternatives

[erlandmuchasaj/laravel-file-uploader

A simple package to help you easily upload files to your laravel project.

128.7k](/packages/erlandmuchasaj-laravel-file-uploader)

PHPackages © 2026

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