PHPackages                             oom/luya-module-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. oom/luya-module-admin

ActiveLuya-core[Admin Panels](/categories/admin)

oom/luya-module-admin
=====================

Administration core module for all LUYA admin modules

1.2.2(7y ago)011MITPHP

Since Apr 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/baqianxin/luya-module-admin)[ Packagist](https://packagist.org/packages/oom/luya-module-admin)[ Docs](http://luya.io)[ RSS](/packages/oom-luya-module-admin/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (16)Versions (11)Used By (0)

 [![LUYA Logo](https://raw.githubusercontent.com/luyadev/luya/master/docs/logo/luya-logo-0.2x.png)](https://raw.githubusercontent.com/luyadev/luya/master/docs/logo/luya-logo-0.2x.png)

LUYA Administration Interface module
====================================

[](#luya-administration-interface-module)

[![LUYA](https://camo.githubusercontent.com/c30b61934591d3a6fcb8718a93fd61bf840c0abd8a8d49aa0fdd4ab99567bdf4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f776572656425323062792d4c5559412d627269676874677265656e2e737667)](https://luya.io)[![Build Status](https://camo.githubusercontent.com/0986ea93255018c413aa826c96250c2cd76572bafd1217ac967bd21b9f17fad2/68747470733a2f2f7472617669732d63692e6f72672f6c7579616465762f6c7579612d6d6f64756c652d61646d696e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/luyadev/luya-module-admin)[![Coverage Status](https://camo.githubusercontent.com/aec72cdd94d6003a903e14da0c68c26cae187ef02cc484941374057a77d06066/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6c7579616465762f6c7579612d6d6f64756c652d61646d696e2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/luyadev/luya-module-admin?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/28c947d9c41a39a4cdcb82cb1095eaeafd494066da1dd20249705fc1ee9df115/68747470733a2f2f706f7365722e707567782e6f72672f6c7579616465762f6c7579612d6d6f64756c652d61646d696e2f762f737461626c65)](https://packagist.org/packages/luyadev/luya-module-admin)[![Total Downloads](https://camo.githubusercontent.com/0c8973718c5666760478311f62953caf13d68eb3e567eae5272b7dd508ae3405/68747470733a2f2f706f7365722e707567782e6f72672f6c7579616465762f6c7579612d6d6f64756c652d61646d696e2f646f776e6c6f616473)](https://packagist.org/packages/luyadev/luya-module-admin)[![Slack Support](https://camo.githubusercontent.com/3574a291a5d77f541be2a9aebff47cf60ed44274b70f9d90bdf6d0d7f4911892/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f536c61636b2d6c7579616465762d79656c6c6f77677265656e2e737667)](https://slack.luya.io/)

Administration Interface based on [AngularJs](https://angularjs.org/), [Bootstrap 4](https://getbootstrap.com) and [Yii 2 Framework](http://www.yiiframework.com/) (which is wrapped in the LUYA CORE).

[![LUYA Admin Interface](https://raw.githubusercontent.com/luyadev/luya-module-admin/master/1.0.0-crud.png)](https://raw.githubusercontent.com/luyadev/luya-module-admin/master/1.0.0-crud.png)

- CRUD (based on RESTful and Angular)
- Scaffolding CRUDs
- Syncing Project between Environments
- Storage System for Files and Images, also known as File Manager.
- Permission System with Users and Groups.
- Searching trough all Modules and Models.

[![LUYA Admin Globalsearch](https://raw.githubusercontent.com/luyadev/luya-module-admin/master/1.0.0-globalsearch.png)](https://raw.githubusercontent.com/luyadev/luya-module-admin/master/1.0.0-globalsearch.png)

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

[](#installation)

For the installation of modules Composer is required.

```
composer require luyadev/luya-module-admin:~1.2.0
```

### Configuration

[](#configuration)

After installation via Composer include the module to your configuration file within the modules section.

```
'modules' => [
    // ...
    'admin' => [
        'class' => 'luya\admin\Module',
    ]
]
```

### Initialization

[](#initialization)

After successfully installation and configuration run the migrate, import and setup command to initialize the module in your project.

1.) Migrate your database.

```
./vendor/bin/luya migrate
```

2.) Import the module and migrations into your LUYA project.

```
./vendor/bin/luya import
```

3.) Create admin user and and user groups.

```
./vendor/bin/luya admin/setup
```

You can now login to your Administration Interface by adding the admin module in the Url: `http://example.com/admin`

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 77.4% 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 ~89 days

Recently: every ~113 days

Total

10

Last Release

2913d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6780391?v=4)[qianxin](/maintainers/baqianxin)[@baqianxin](https://github.com/baqianxin)

---

Top Contributors

[![nadar](https://avatars.githubusercontent.com/u/3417221?v=4)](https://github.com/nadar "nadar (2165 commits)")[![TheMaaarc](https://avatars.githubusercontent.com/u/3450438?v=4)](https://github.com/TheMaaarc "TheMaaarc (370 commits)")[![dev7ch](https://avatars.githubusercontent.com/u/15183757?v=4)](https://github.com/dev7ch "dev7ch (104 commits)")[![martinpetrasch](https://avatars.githubusercontent.com/u/6354795?v=4)](https://github.com/martinpetrasch "martinpetrasch (59 commits)")[![pingvoid](https://avatars.githubusercontent.com/u/8361779?v=4)](https://github.com/pingvoid "pingvoid (36 commits)")[![rolandschaub](https://avatars.githubusercontent.com/u/3786245?v=4)](https://github.com/rolandschaub "rolandschaub (8 commits)")[![boehsermoe](https://avatars.githubusercontent.com/u/2466744?v=4)](https://github.com/boehsermoe "boehsermoe (7 commits)")[![Emericanec](https://avatars.githubusercontent.com/u/7316100?v=4)](https://github.com/Emericanec "Emericanec (7 commits)")[![nick-denry](https://avatars.githubusercontent.com/u/1450983?v=4)](https://github.com/nick-denry "nick-denry (6 commits)")[![vuongxuongminh](https://avatars.githubusercontent.com/u/38932626?v=4)](https://github.com/vuongxuongminh "vuongxuongminh (6 commits)")[![cebe](https://avatars.githubusercontent.com/u/189796?v=4)](https://github.com/cebe "cebe (4 commits)")[![nandes2062](https://avatars.githubusercontent.com/u/6126258?v=4)](https://github.com/nandes2062 "nandes2062 (4 commits)")[![rodzadra](https://avatars.githubusercontent.com/u/936497?v=4)](https://github.com/rodzadra "rodzadra (3 commits)")[![masihfathi](https://avatars.githubusercontent.com/u/13271510?v=4)](https://github.com/masihfathi "masihfathi (2 commits)")[![asyou99](https://avatars.githubusercontent.com/u/12735688?v=4)](https://github.com/asyou99 "asyou99 (2 commits)")[![baqianxin](https://avatars.githubusercontent.com/u/6780391?v=4)](https://github.com/baqianxin "baqianxin (2 commits)")[![ilbassa](https://avatars.githubusercontent.com/u/14070691?v=4)](https://github.com/ilbassa "ilbassa (2 commits)")[![samdark](https://avatars.githubusercontent.com/u/47294?v=4)](https://github.com/samdark "samdark (2 commits)")[![Matwolf08](https://avatars.githubusercontent.com/u/1523458?v=4)](https://github.com/Matwolf08 "Matwolf08 (1 commits)")[![rainerCH](https://avatars.githubusercontent.com/u/12884243?v=4)](https://github.com/rainerCH "rainerCH (1 commits)")

---

Tags

phpyii2moduleyiiadminadministrationmanageluyaangularpanelngrest

### Embed Badge

![Health badge](/badges/oom-luya-module-admin/health.svg)

```
[![Health](https://phpackages.com/badges/oom-luya-module-admin/health.svg)](https://phpackages.com/packages/oom-luya-module-admin)
```

###  Alternatives

[luyadev/luya-module-admin

Administration core module for all LUYA admin modules

48181.2k24](/packages/luyadev-luya-module-admin)[luyadev/luya-module-cms

The LUYA CMS module provides a full functional Content Management System for adding contents based on blocks.

32178.4k18](/packages/luyadev-luya-module-cms)

PHPackages © 2026

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