PHPackages                             vadiasov/albums-admin - 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. vadiasov/albums-admin

ActiveLibrary

vadiasov/albums-admin
=====================

Laravel package to create DB table albums and to serve CRUD pages in administrative panel for it.

2.0.0(8y ago)036MITHTMLPHP &gt;=7.0

Since Feb 26Pushed 8y agoCompare

[ Source](https://github.com/vadiasov/albums-admin)[ Packagist](https://packagist.org/packages/vadiasov/albums-admin)[ RSS](/packages/vadiasov-albums-admin/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (1)Versions (12)Used By (0)

Laravel AlbumsAdmin
-------------------

[](#laravel-albumsadmin)

This package creates DB albums (music albums). It serves CRUD pages for albums in administrative panel.

It includes a ServiceProvider to register the package and attach it to the output. It includes migrations to create DB albums.

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

[](#installation)

Add the package to root composer.json:

```
"require": {
        ...
        "vadiasov/albums-admin": "^1.0.0",
  }

```

Then run:

```
composer update

```

Register package in config/app.php

```
'providers' => [
        /*
         * Package Service Providers...
         */
        Vadiasov\AlbumsAdmin\AlbumsAdminServiceProvider::class,

```

Create model:

```
php artisan make:model Album

```

Publish config, migrations and seeds. Run:

```
php artisan vendor:publish

```

and enter appropriate number of this package (see terminal output after last command).

Migrate:

```
php artisan migrate

```

Routes
------

[](#routes)

The routes are in the package:

```
admin/albums
admin/albums/create
admin/albums/{id}/edit
admin/albums/{id}/delete

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity65

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

Total

11

Last Release

2979d ago

Major Versions

0.0.1 → 1.0.02018-02-26

1.4.0 → 2.0.02018-03-16

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/vadiasov-albums-admin/health.svg)

```
[![Health](https://phpackages.com/badges/vadiasov-albums-admin/health.svg)](https://phpackages.com/packages/vadiasov-albums-admin)
```

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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