PHPackages                             vadiasov/users-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. [Database &amp; ORM](/categories/database)
4. /
5. vadiasov/users-admin

ActiveLibrary[Database &amp; ORM](/categories/database)

vadiasov/users-admin
====================

Creates user-roles DB table. Serve CRUD operation for "users" DB table. Serves user-roles operations.

1.2.0(8y ago)026MITHTML

Since Feb 16Pushed 8y agoCompare

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

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

Laravel UsersAdmin
------------------

[](#laravel-usersadmin)

This package creates DB table user\_roles and serves CRUD pages of users in administrative panel included its roles. The package includes facade to operate user's role. It includes a ServiceProvider to register the package and attach it to the output.

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

[](#installation)

Add the package to root composer.json:

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

```

Then run:

```
composer update

```

Register package in config/app.php

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

```

Create model:

```
php artisan make:model User_role

```

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 if you need demo data:

```
php artisan db:seed class=UserRolesSeeder

```

Routes
------

[](#routes)

The routes are in the package:

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

```

Methods
-------

[](#methods)

```
UsersAdmin::hasRole($userId, $roleId)
UsersAdmin::setRole($userId, $roleId) (will be created later)

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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

Total

3

Last Release

3031d 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 (4 commits)")

### Embed Badge

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

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

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k116.5M113](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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