PHPackages                             libressltd/lbmediacenter - 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. libressltd/lbmediacenter

ActiveLibrary

libressltd/lbmediacenter
========================

Media center

0.4.0.7(9y ago)0310MITPHP

Since Nov 30Pushed 9y agoCompare

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

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

lbmediacenter
=============

[](#lbmediacenter)

### Step 1: Install LBMediaCenter

[](#step-1-install-lbmediacenter)

composer require libressltd/lbmediacenter

### Step 2: Add service provider to config/app.php

[](#step-2-add-service-provider-to-configappphp)

```
LIBRESSLtd\LBMediaCenter\LBMediaCenterServiceProvider::class,
```

### Step 3: Publish vendor

[](#step-3-publish-vendor)

```
php artisan vendor:publish --tag=lbmediacenter --force
php artisan migrate
php artisan storage:link
```

### Step 4: Using

[](#step-4-using)

```
// Save an uploaded file
if ($request->hasFile("file"))
{
	$media = Media::saveFile($request->file);
}

// Download file from internet

$media = Media::download_file($url);

// get image link
// $style = "scale_to_fill" or "scale_to_fit"

$media->link($width, $height, $style);

// get file path
$media->path();
```

### Step 5: see upload file

[](#step-5-see-upload-file)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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 ~4 days

Total

27

Last Release

3329d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/450a41a5c6f7456d45c1bb20d3dc7542d969e3252657af09ebd19182cd08b0e2?d=identicon)[libressltd](/maintainers/libressltd)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/libressltd-lbmediacenter/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[inovector/mixpost

Self-hosted social media management software.

3.0k5.2k2](/packages/inovector-mixpost)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)

PHPackages © 2026

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