PHPackages                             dejw-cake/adminlte - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dejw-cake/adminlte

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

dejw-cake/adminlte
==================

CakePHP 3.x AdminLTE Theme. Based on maiconpinto/cakephp-adminlte-theme.

06JavaScript

Since Sep 23Pushed 3y agoCompare

[ Source](https://github.com/dejwCake/admin-lte)[ Packagist](https://packagist.org/packages/dejw-cake/adminlte)[ RSS](/packages/dejw-cake-adminlte/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Stories in Ready](https://camo.githubusercontent.com/50deb4bdd7423e58b7c0f977b563674fa2f1108ae48ba49d2e153f4597de0906/68747470733a2f2f62616467652e776166666c652e696f2f6d6169636f6e70696e746f2f63616b657068702d61646d696e6c74652d7468656d652e706e673f6c6162656c3d7265616479267469746c653d5265616479)](https://waffle.io/maiconpinto/cakephp-adminlte-theme)

CakePHP AdminLTE Theme
======================

[](#cakephp-adminlte-theme)

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

[](#installation)

You can install using [composer](http://getcomposer.org).

```
composer require dejw-cake/adminlte

```

### Enable Plugin

[](#enable-plugin)

```
// config/bootstrap.php

Plugin::load('DejwCake/AdminLTE', ['bootstrap' => true, 'routes' => true]);
```

### Enable theme

[](#enable-theme)

```
// src/Controller/AppController.php

public function beforeRender(Event $event)
{
    $this->viewBuilder()->setTheme('DejwCake/AdminLTE');
}
```

### Enable Form

[](#enable-form)

```
// src/View/AppView.php

public function initialize()
{
    $this->loadHelper('Form', ['className' => 'DejwCake/AdminLTE.Form']);
}
```

### Configure

[](#configure)

```
// src/Controller/AppController.php
use Cake\Core\Configure;

public function beforeRender(Event $event)
{
    // ...
    $this->set('theme', Configure::read('Theme'));
}
```

```
// To customize configuration paste it at end of file config/bootstrap.php

Configure::write('Theme.title', 'CMS');
Configure::write('Theme.logo', [
    'mini' => 'CMS',
    'large' => 'CMS'
]);
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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/7587c47435caa968be9a652630c6c0c91abacb43dfa001b02cbe5b892672cd7e?d=identicon)[dejwCake](/maintainers/dejwCake)

---

Top Contributors

[![dejwCake](https://avatars.githubusercontent.com/u/22255647?v=4)](https://github.com/dejwCake "dejwCake (14 commits)")

### Embed Badge

![Health badge](/badges/dejw-cake-adminlte/health.svg)

```
[![Health](https://phpackages.com/badges/dejw-cake-adminlte/health.svg)](https://phpackages.com/packages/dejw-cake-adminlte)
```

PHPackages © 2026

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