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. [Admin Panels](/categories/admin)
4. /
5. vadiasov/albums-admin

ActiveLibrary[Admin Panels](/categories/admin)

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 2w ago

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 52% 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

3028d ago

Major Versions

0.0.1 → 1.0.02018-02-26

1.4.0 → 2.0.02018-03-16

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/36119186?v=4)[Volodymyr Vadiasov](/maintainers/vadiasov)[@vadiasov](https://github.com/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

[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

29419.5k3](/packages/sebastienheyd-boilerplate)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61114.7k26](/packages/slowlyo-owl-admin)[a2insights/filament-saas

Filament Saas for A2Insights

171.5k](/packages/a2insights-filament-saas)

PHPackages © 2026

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