PHPackages                             giaphiep/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. giaphiep/admin

ActiveLibrary[Admin Panels](/categories/admin)

giaphiep/admin
==============

Admin Template Metro

1.14(8y ago)1621MITCSSPHP ~5.6|~7.0

Since Nov 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/giaphiep/admin)[ Packagist](https://packagist.org/packages/giaphiep/admin)[ Docs](https://github.com/giaphiep/admin)[ RSS](/packages/giaphiep-admin/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (3)Versions (16)Used By (1)

Admin template

[![Latest Version on Packagist](https://camo.githubusercontent.com/8cb667945c205441a1892974c09fa2fdfec67963b58bda65c461fba94a0cc2c6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f67696170686965702f61646d696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/giaphiep/admin)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/b62e088aed5c63a8897df71521fef551714ad2458d89892a2001f1fac8aacbd5/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f67696170686965702f61646d696e2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/giaphiep/admin)[![Coverage Status](https://camo.githubusercontent.com/77bd9748066a4737af2be4a15b71865967905bfc6aa38aabed0996acb7fb2bbb/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f3a76656e646f722f3a7061636b6167655f6e616d652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/giaphiep/admin/code-structure)[![Quality Score](https://camo.githubusercontent.com/5ea237d9c7d6af5499007b76e317965f8bdfa4596fd71c22cd7fe2cb818594cc/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f3a76656e646f722f3a7061636b6167655f6e616d652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/giaphiep/admin)[![Total Downloads](https://camo.githubusercontent.com/e7d1456f41e83a5ba9bc77e6534f330ac85ed82154ba69973d00019e2ebbbbbf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f67696170686965702f61646d696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/giaphiep/admin)

Install
-------

[](#install)

Via Composer

```
$ composer require giaphiep/admin
```

Usage
-----

[](#usage)

1. In configs/app.php file, add the following to the providers array (optional in version 5.5)

```
GiapHiep\Admin\AdminServiceProvider::class,
```

2. In Kernel.php file, add the following to the routeMiddleware array

```
'admin.guest' => \GiapHiep\Admin\Middleware\RedirectIfAdminAuthenticated::class,
'admin.auth' => \GiapHiep\Admin\Middleware\AdminAuthenticate::class,
```

3. Run

```
$ php artisan vendor:publish
$ php artisan migrate
$ php artisan db:seed --class=UsersTableSeeder
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- \[Giáp Hiệp\]\[\]

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Total

15

Last Release

3141d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7961675?v=4)[Giap Hiep](/maintainers/giaphiep)[@giaphiep](https://github.com/giaphiep)

---

Tags

admingiaphiep

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[moonshine/moonshine

Laravel administration panel

1.3k239.9k76](/packages/moonshine-moonshine)[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)

PHPackages © 2026

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