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

Abandoned → [luyadev/luya-module-admin](/?search=luyadev%2Fluya-module-admin)Luya-core[Admin Panels](/categories/admin)

zephir/luya-module-admin
========================

Administration core module for all LUYA admin modules

5.0.5(1y ago)481.5k55[28 issues](https://github.com/luyadev/luya-module-admin/issues)[1 PRs](https://github.com/luyadev/luya-module-admin/pulls)MITPHPPHP &gt;=8.0

Since Apr 21Pushed 1y ago11 watchersCompare

[ Source](https://github.com/luyadev/luya-module-admin)[ Packagist](https://packagist.org/packages/zephir/luya-module-admin)[ Docs](http://luya.io)[ RSS](/packages/zephir-luya-module-admin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (24)Versions (87)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)[![Tests](https://github.com/luyadev/luya-module-admin/workflows/Tests/badge.svg)](https://github.com/luyadev/luya-module-admin/workflows/Tests/badge.svg)[![Test Coverage](https://camo.githubusercontent.com/51a18d495d6c5421748a6af1907a68d854c3e01af7077450fda8ff80d22e40bb/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f32366365363839326663623438393963626434392f746573745f636f766572616765)](https://codeclimate.com/github/luyadev/luya-module-admin/test_coverage)[![Maintainability](https://camo.githubusercontent.com/7d64cc8edb426869cbd3dfd5cfcc9b282db821eaa0c21b4fea4535c1be71a688/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f32366365363839326663623438393963626434392f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/luyadev/luya-module-admin/maintainability)[![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)

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

[![LUYA Admin Interface](https://raw.githubusercontent.com/luyadev/luya/master/docs/images/dashboard.png)](https://raw.githubusercontent.com/luyadev/luya/master/docs/images/dashboard.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.

[![croping](https://raw.githubusercontent.com/luyadev/luya/master/docs/images/crop.png)](https://raw.githubusercontent.com/luyadev/luya/master/docs/images/crop.png)

[![i18n](https://raw.githubusercontent.com/luyadev/luya/master/docs/images/i18n.png)](https://raw.githubusercontent.com/luyadev/luya/master/docs/images/i18n.png)

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

[](#installation)

For the installation of modules Composer is required.

```
composer require luyadev/luya-module-admin
```

> Minum PHP Version 7.4 is required for `luya-module-admin`

### 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`

Developers
----------

[](#developers)

If you want to contribute, make sure to read the [guidelines](https://luya.io/guide/dev/guideline).

Unit Testing
------------

[](#unit-testing)

1. `cp phpunit.xml.dist phpunit.xml`
2. `docker-compose up`
3. `docker-compose run luyaadminphpunit tests` to run all tests or `docker-compose run luyaadminphpunit tests/src/helpers/UrlTest.php` to run a specific test.

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance23

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community30

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 79.6% 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 ~36 days

Recently: every ~53 days

Total

85

Last Release

619d ago

Major Versions

1.2.x-dev → 2.0.02019-05-27

2.4.1 → 3.0.02020-02-20

3.9.1 → 4.0.02021-07-27

4.9.1 → 5.0.02023-11-30

PHP version history (2 changes)4.7.0PHP &gt;=7.4

5.0.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/86184bf08843ed8fcc4aedb2fdecd8a9e832e47e89a7166cebfda529c176f5ce?d=identicon)[nadar](/maintainers/nadar)

---

Top Contributors

[![nadar](https://avatars.githubusercontent.com/u/3417221?v=4)](https://github.com/nadar "nadar (2968 commits)")[![TheMaaarc](https://avatars.githubusercontent.com/u/3450438?v=4)](https://github.com/TheMaaarc "TheMaaarc (413 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 (60 commits)")[![pingvoid](https://avatars.githubusercontent.com/u/8361779?v=4)](https://github.com/pingvoid "pingvoid (36 commits)")[![boehsermoe](https://avatars.githubusercontent.com/u/2466744?v=4)](https://github.com/boehsermoe "boehsermoe (22 commits)")[![hbugdoll](https://avatars.githubusercontent.com/u/6715827?v=4)](https://github.com/hbugdoll "hbugdoll (20 commits)")[![Antikon](https://avatars.githubusercontent.com/u/2006406?v=4)](https://github.com/Antikon "Antikon (12 commits)")[![rolandschaub](https://avatars.githubusercontent.com/u/3786245?v=4)](https://github.com/rolandschaub "rolandschaub (10 commits)")[![JohnnyMcWeed](https://avatars.githubusercontent.com/u/9844452?v=4)](https://github.com/JohnnyMcWeed "JohnnyMcWeed (10 commits)")[![Emericanec](https://avatars.githubusercontent.com/u/7316100?v=4)](https://github.com/Emericanec "Emericanec (7 commits)")[![vuongxuongminh](https://avatars.githubusercontent.com/u/38932626?v=4)](https://github.com/vuongxuongminh "vuongxuongminh (6 commits)")[![nick-denry](https://avatars.githubusercontent.com/u/1450983?v=4)](https://github.com/nick-denry "nick-denry (6 commits)")[![rochdi80tn](https://avatars.githubusercontent.com/u/5963352?v=4)](https://github.com/rochdi80tn "rochdi80tn (6 commits)")[![vavepl](https://avatars.githubusercontent.com/u/7990096?v=4)](https://github.com/vavepl "vavepl (5 commits)")[![Ph0tonic](https://avatars.githubusercontent.com/u/5320541?v=4)](https://github.com/Ph0tonic "Ph0tonic (4 commits)")[![cebe](https://avatars.githubusercontent.com/u/189796?v=4)](https://github.com/cebe "cebe (4 commits)")[![denyadzi](https://avatars.githubusercontent.com/u/5346829?v=4)](https://github.com/denyadzi "denyadzi (4 commits)")[![nandes2062](https://avatars.githubusercontent.com/u/6126258?v=4)](https://github.com/nandes2062 "nandes2062 (4 commits)")[![rinat-lucky](https://avatars.githubusercontent.com/u/64750426?v=4)](https://github.com/rinat-lucky "rinat-lucky (3 commits)")

---

Tags

adminangularbootstrap4crudhacktoberfestluyaphpyii2phpyii2moduleyiiadminadministrationmanageluyaangularpanelngrest

###  Code Quality

Static AnalysisPHPStan, Rector

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[luyadev/luya-module-admin

Administration core module for all LUYA admin modules

48179.0k24](/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.

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

PHPackages © 2026

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