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

ActiveLibrary[Admin Panels](/categories/admin)

vadiasov/genres-admin
=====================

The Package serves plain genres (music e.g.)

1.2.0(8y ago)026MITHTML

Since Feb 19Pushed 8y agoCompare

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

READMEChangelog (4)DependenciesVersions (5)Used By (0)

Laravel GenresAdmin
-------------------

[](#laravel-genresadmin)

This package creates DB genres (music genres). The packages serves CRUD pages of genres in administrative panel.

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

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

[](#installation)

Add the package to root composer.json:

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

```

Then run:

```
composer update

```

Register package in config/app.php

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

```

Create model:

```
php artisan make:model Genre

```

Publish 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

```

Seed

```
php artisan db:seed --class=GenresSeeder

```

Routes
------

[](#routes)

The routes are in the package:

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

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity66

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

Total

4

Last Release

3030d ago

### 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 (6 commits)")

### Embed Badge

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

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

PHPackages © 2026

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