PHPackages                             falco442/cake-3-admin-theme - 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. falco442/cake-3-admin-theme

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

falco442/cake-3-admin-theme
===========================

AdminTheme plugin for CakePHP

v1.4(9y ago)061[1 issues](https://github.com/falco442/cake-3-Sbadmin2/issues)MITPHPPHP &gt;=5.5.9

Since Oct 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/falco442/cake-3-Sbadmin2)[ Packagist](https://packagist.org/packages/falco442/cake-3-admin-theme)[ RSS](/packages/falco442-cake-3-admin-theme/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

AdminTheme plugin for CakePHP
=============================

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

This plugin is a theme for CakePHP 3 based on the [Sbadmin 2](https://startbootstrap.com/template-overviews/sb-admin-2) Bootstrap theme.

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

[](#installation)

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

The recommended way to install composer packages is:

```
composer require falco442/cake-3-admin-theme

```

then activate the plugin in `src/config/bootstrap.php`

```
Plugin::load('AdminTheme',['bootstrap'=>true]);

```

Form helper
-----------

[](#form-helper)

Activate this theme's Form Helper by adding it in `src/View/AppView.php`

```
    public function initialize(){
    	...
        $this->loadHelper('AdminTheme.Form');
        $this->loadHelper('AdminTheme.Sidebar',[
            'sideLinks'=>[
                [
                    'label'=>'Users',
                    'icon'=>'fa-user',
                    'sons'=>[
                        [
                            'label'=>'List',
                            'url'=>['controller'=>'users','action'=>'index'],
                        ],
                        [
                            'label'=>'Add',
                            'url'=>['controller'=>'users','action'=>'add'],
                        ]
                    ]
                ],
                [
                    'label'=>'Stores',
                    'icon'=>'fa-store',
                    'sons'=>[
                        [
                            'url'=>['controller'=>'stores','action'=>'index'],
                            'label'=>'List'
                        ]
                    ]
                ]
            ]
        ]);
        ...
    }

```

Bake
----

[](#bake)

This plugin includes a template for bake. You can bake your views using

```
cd cake-root/bin && ./cake bake views --theme=AdminTheme [ModelName]

```

or

```
cd cake-root/bin && ./cake bake all --theme=AdminTheme [ModelName]

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~4 days

Total

4

Last Release

3476d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3620abbff28b3934d7ab220236a87b0e9317bdf2a94bbbed68b8ea633a7a417b?d=identicon)[falco442](/maintainers/falco442)

---

Top Contributors

[![falco442](https://avatars.githubusercontent.com/u/11598209?v=4)](https://github.com/falco442 "falco442 (27 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/falco442-cake-3-admin-theme/health.svg)

```
[![Health](https://phpackages.com/badges/falco442-cake-3-admin-theme/health.svg)](https://phpackages.com/packages/falco442-cake-3-admin-theme)
```

###  Alternatives

[friendsofcake/crud

CakePHP Application development on steroids - rapid prototyping / scaffolding &amp; production ready code - XML / JSON APIs and more

3751.4M25](/packages/friendsofcake-crud)[dereuromark/cakephp-setup

A CakePHP plugin containing lots of useful management tools

36162.8k2](/packages/dereuromark-cakephp-setup)[friendsofcake/crud-view

View layer for CRUD

52433.8k2](/packages/friendsofcake-crud-view)[arodu/cakelte

CakeLTE: AdminLTE plugin for CakePHP

3626.9k](/packages/arodu-cakelte)[dereuromark/cakephp-translate

A CakePHP plugin for managing translations

1710.4k](/packages/dereuromark-cakephp-translate)[xety/xeta

A resource to help people starting with Cake3

531.4k](/packages/xety-xeta)

PHPackages © 2026

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