PHPackages                             awan/ci4-adminlte3 - 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. awan/ci4-adminlte3

ActiveProject[Admin Panels](/categories/admin)

awan/ci4-adminlte3
==================

CodeIgniter4 integrated with AdminLTE 3 by awan

v1.0.0(5y ago)21922MITJavaScriptPHP &gt;=7.2

Since Dec 6Pushed 5y ago1 watchersCompare

[ Source](https://github.com/awanz/ci4-adminlte3)[ Packagist](https://packagist.org/packages/awan/ci4-adminlte3)[ Docs](https://awan.es)[ RSS](/packages/awan-ci4-adminlte3/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

CodeIgniter 4 integrated with AdminLTE 3 [![Tweet](https://camo.githubusercontent.com/61f1981b2af954fd0ac6b80b26736ff4af7347e408841c4424c7a0a66b5c1f62/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f75726c2f687474702f736869656c64732e696f2e7376673f7374796c653d736f6369616c266c6f676f3d74776974746572)](https://twitter.com/intent/tweet?text=CodeIgniter%204%20integrated%20with%20AdminLTE%203%20&url=https://awan.es&hashtags=bootstrap,admin,template,dashboard,panel,free,codeigniter)
=============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#codeigniter-4-integrated-with-adminlte-3-)

[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

This project is Integration between CodeIgniter 4 with AdminLTE 3 by Awan

Installation &amp; updates
--------------------------

[](#installation--updates)

There are multiple ways to install.

- **Via Git Clone**

    ```
    git clone https://github.com/awanz/ci4-adminlte3.git
    ```
- **Via Composer**

    ```
    composer create-project awan/ci4-adminlte3
    ```

If installation success, dont forget update with command

`composer update`, then you can run project with command

`php spark serve`

Setup
-----

[](#setup)

Copy `env` to `.env` and tailor for your app, specifically the baseURL and any database settings.

Usage
-----

[](#usage)

- **Example View**

```
extend('layouts/master') ?>

section('head') ?>

endSection() ?>

section('foot') ?>

endSection() ?>

section('content') ?>

endSection() ?>
```

in controller or router, dont forget for insert variable **title**

```
$data['title'] = "Your Tittle";
```

breadcrumb title

```
$data['breadcrumb_title'] = "Breadcrumb Title";
```

and breadcrumb content

```
$data['breadcrumb']  =  array(
                            array(
                                'title' => 'Home',
                                'link' => 'dashboard'
                            ),
                            array(
                                'title' => 'Breadcrumb Title',
                                'link' => null
                            )
                        );
```

if no have link url or want actived **link** set **null**

Server Requirements
-------------------

[](#server-requirements)

PHP version 7.2 or higher is required, with the following extensions installed:

- [intl](http://php.net/manual/en/intl.requirements.php)
- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\\CURLRequest library

Additionally, make sure that the following extensions are enabled in your PHP:

- json (enabled by default - don't turn it off)
- [mbstring](http://php.net/manual/en/mbstring.installation.php)
- [mysqlnd](http://php.net/manual/en/mysqlnd.install.php)
- xml (enabled by default - don't turn it off)

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

2026d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/42554663?v=4)[Muhammad Abdullah Khabir](/maintainers/awan)[@Awan](https://github.com/Awan)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/awan-ci4-adminlte3/health.svg)

```
[![Health](https://phpackages.com/badges/awan-ci4-adminlte3/health.svg)](https://phpackages.com/packages/awan-ci4-adminlte3)
```

###  Alternatives

[codeigniter4/appstarter

CodeIgniter4 starter app

1781.8M](/packages/codeigniter4-appstarter)[lonnieezell/bonfire

Drop-in admin panel for CodeIgniter 4

1454.0k](/packages/lonnieezell-bonfire)[abydahana/aksara

Aksara is a CodeIgniter based CRUD Toolkit you can use to build complex applications become shorter, secure and more reliable just in a few lines of code. Serving both CMS or Framework, produce both HEADLESS (RESTful API) or TRADITIONAL (Browser Based), just by writing single controller. Yet it's reusable, scalable and ready to use!

1111.2k](/packages/abydahana-aksara)

PHPackages © 2026

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