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 3d 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 59% 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

3093d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/083106d86276fe64230f54d15354526173919693bd31c32f47c5e5e614b46144?d=identicon)[giaphiep](/maintainers/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

[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[appzcoder/laravel-admin

Laravel Admin Panel

747106.3k](/packages/appzcoder-laravel-admin)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

28618.2k3](/packages/sebastienheyd-boilerplate)[sleeping-owl/admin

Aministrative interface builder for Laravel.

51138.6k3](/packages/sleeping-owl-admin)[brackets/admin-generator

Laravel 8 CRUD generator for brackets/craftable

50190.9k](/packages/brackets-admin-generator)

PHPackages © 2026

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