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

ActiveLibrary[Admin Panels](/categories/admin)

cuongpham2107/admin-builder
===========================

This is my package admin-builder

00[5 PRs](https://github.com/cuongpham2107/Admin-Builder/pulls)PHPCI passing

Since Jul 28Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/cuongpham2107/Admin-Builder)[ Packagist](https://packagist.org/packages/cuongpham2107/admin-builder)[ RSS](/packages/cuongpham2107-admin-builder/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

This is my package admin-builder
================================

[](#this-is-my-package-admin-builder)

[![Latest Version on Packagist](https://camo.githubusercontent.com/867c4f77f702a29f67a2e782f62be445fae6d5d2f37b29d701731b1beab6efbb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63756f6e677068616d323130372f61646d696e2d6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cuongpham2107/admin-builder)[![GitHub Tests Action Status](https://camo.githubusercontent.com/a88b6db9c2aa7e736a8da84873532c7ccd82133297b7cb35836d4da2d68c0f3e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f63756f6e677068616d323130372f61646d696e2d6275696c6465722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/cuongpham2107/admin-builder/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/72cd294982a49c7b20a42431052409beef23a51163a09ee45a4356152af0a5bd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f63756f6e677068616d323130372f61646d696e2d6275696c6465722f6669782d7068702d636f64652d7374796c696e672e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/cuongpham2107/admin-builder/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/79ab91f734dc90445040e51e69f3bc603a9a8417ce1f1b5060c561022120ec46/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63756f6e677068616d323130372f61646d696e2d6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cuongpham2107/admin-builder)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require cuongpham2107/admin-builder
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="admin-builder-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="admin-builder-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="admin-builder-views"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$adminBuilder = new CuongPham2107\AdminBuilder();
echo $adminBuilder->echoPhrase('Hello, AdminBuilder!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Cuong Pham](https://github.com/cuongpham2107)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance60

Regular maintenance activity

Popularity0

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity20

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1cc182af87f34ba59dfdacb8fcb6b3b9f14001a52ef9d91be2955162cedba6e1?d=identicon)[cuongpham2107](/maintainers/cuongpham2107)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")[![cuongpham2107](https://avatars.githubusercontent.com/u/59773075?v=4)](https://github.com/cuongpham2107 "cuongpham2107 (2 commits)")

### Embed Badge

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

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[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)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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