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

ActiveCakephp-plugin[Admin Panels](/categories/admin)

chcnet/admin-lte
================

AdminLTE 2.0 Theme plugin for CakePHP

1135[24 PRs](https://github.com/chcnetconsulting/AdminLTE/pulls)JavaScript

Since Feb 21Pushed 3w ago1 watchersCompare

[ Source](https://github.com/chcnetconsulting/AdminLTE)[ Packagist](https://packagist.org/packages/chcnet/admin-lte)[ RSS](/packages/chcnet-admin-lte/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (25)Used By (0)

AdminLTE plugin for CakePHP
===========================

[](#adminlte-plugin-for-cakephp)

AdminLTE 3 Theme for CakePHP 4.x

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

[](#installation)

This is a Theme Plugin for CakePHP 4.x and higher. It contains the complete and unaltered AdminLTE Package from . Please refer to  for Documentation, how to use this theme. The Package contains Bootstrap 3, jQiery 1.11+ and all other plugins mentioned there. So it is not necessary to include neither bootstrap nor jquery for proper function of this composer package.

You can install this plugin into your CakePHP application using [composer](https://getcomposer.org).

The recommended way to install composer packages is:

```
composer require chcnet/admin-lte

```

CakePHP usage
-------------

[](#cakephp-usage)

To start using this theme, set it up by adding into your src/Controller/AppController.php:

```
class AppController extends Controller
{
...
    public function beforeRender(\Cake\Event\EventInterface $event)
    {
       $this->viewBuilder()->setTheme('AdminLTE');
    }
...
}

```

Then prepre a proper default.php in AdminLTE style in templates/layout/. Please follow the default Demo Layout as starting point for your website layout: .

Do not forget to search and replace all occurrences of "../../" with "/AdminLTE/" (mention the closing bracket).

That should get you up and running :-)

Happy coding.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance62

Regular maintenance activity

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/18fc483c7a2ff01469642c6dd0ec7171c09c2683b4db7d9c9a1a27d662c5d290?d=identicon)[chcnetconsulting](/maintainers/chcnetconsulting)

---

Top Contributors

[![chcnetconsulting](https://avatars.githubusercontent.com/u/2822555?v=4)](https://github.com/chcnetconsulting "chcnetconsulting (12 commits)")[![christophchrist](https://avatars.githubusercontent.com/u/48012879?v=4)](https://github.com/christophchrist "christophchrist (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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