PHPackages                             guestcompass/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. [Templating &amp; Views](/categories/templating)
4. /
5. guestcompass/adminlte

ActiveLibrary[Templating &amp; Views](/categories/templating)

guestcompass/adminlte
=====================

AdminLTE

v3.1.0(5y ago)05MITJavaScript

Since Jan 2Pushed 4y agoCompare

[ Source](https://github.com/pimhakkertgc/AdminLTE)[ Packagist](https://packagist.org/packages/guestcompass/adminlte)[ Docs](https://adminlte.io/)[ RSS](/packages/guestcompass-adminlte/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (73)Used By (0)

[AdminLTE - Bootstrap 4 Admin Dashboard](https://adminlte.io)
=============================================================

[](#adminlte---bootstrap-4-admin-dashboard)

[![npm version](https://camo.githubusercontent.com/2229d1d9ecc5b6e77b9d033263888ab8277b4d23e0b0d93cfab7c388b0c6f1f9/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f61646d696e2d6c74652f6c61746573742e737667)](https://www.npmjs.com/package/admin-lte)[![Packagist](https://camo.githubusercontent.com/72b98f735bf0b02435e8d9cbd6097a4844699ba0b22a4a8cec3e45c398636079/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c6d617361656564323031302f61646d696e6c74652e737667)](https://packagist.org/packages/almasaeed2010/adminlte)[![cdn version](https://camo.githubusercontent.com/c847d936920a25e8621adf6497c1fd1771a8a66805912793e6784e3428f2ca44/68747470733a2f2f646174612e6a7364656c6976722e636f6d2f76312f7061636b6167652f6e706d2f61646d696e2d6c74652f6261646765)](https://www.jsdelivr.com/package/npm/admin-lte)[![Gitpod Ready-to-Code](https://camo.githubusercontent.com/ec0084907bd5b3576af415a1e46cae636fbfa04da6bf9db6296eae3057a189f0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f476974706f642d52656164792d2d746f2d2d436f64652d626c75653f6c6f676f3d676974706f64)](https://gitpod.io/from-referrer/)[![Discord Invite](https://camo.githubusercontent.com/cf955e7effcbec1d71f45e97d8a1bdfafc89c1185be0faffb6599ad15f847866/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646973636f72642d6a6f696e2532306e6f772d677265656e)](https://discord.gg/jfdvjwFqfz)

**AdminLTE** is a fully responsive administration template. Based on **[Bootstrap 4.6](https://getbootstrap.com/)** framework and also the JS/jQuery plugin. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops.

**Preview on [AdminLTE.io](https://adminlte.io/themes/v3)**

Looking for Premium Templates?
------------------------------

[](#looking-for-premium-templates)

AdminLTE.io just opened a new premium templates page. Hand picked to ensure the best quality and the most affordable prices. Visit  for more information.

[!["AdminLTE Presentation"](https://camo.githubusercontent.com/da127d07a4158552c61153868adc93c639e11393b8237e14925bb645caef82ca/68747470733a2f2f61646d696e6c74652e696f2f41646d696e4c5445332e706e67 "AdminLTE Presentation")](https://camo.githubusercontent.com/da127d07a4158552c61153868adc93c639e11393b8237e14925bb645caef82ca/68747470733a2f2f61646d696e6c74652e696f2f41646d696e4c5445332e706e67)

**AdminLTE** has been carefully coded with clear comments in all of its JS, SCSS and HTML files. SCSS has been used to increase code customizability.

Quick start
-----------

[](#quick-start)

There are multiple ways to install AdminLTE.

### Download &amp; Changelog:

[](#download--changelog)

Always Recommended to download from GitHub latest release [AdminLTE 3](https://github.com/ColorlibHQ/AdminLTE/releases/latest) for bug free and latest features.
Visit the [releases](https://github.com/ColorlibHQ/AdminLTE/releases) page to view the changelog.
Legacy Releases are [AdminLTE 2](https://github.com/ColorlibHQ/AdminLTE/releases/tag/v2.4.18) / [AdminLTE 1](https://github.com/ColorlibHQ/AdminLTE/releases/tag/1.3.1).

Stable release
--------------

[](#stable-release)

### Grab from [jsdelivr](https://www.jsdelivr.com/package/npm/admin-lte) CDN:

[](#grab-from-jsdelivr-cdn)

***Important Note**: You needed to add separately cdn links for plugins in your project.*

```

```

```

```

### Using The Command Line:

[](#using-the-command-line)

***Important Note**: To install it via npm/Yarn, you need at least Node.js 10 or higher.*

#### Via npm

[](#via-npm)

```
npm install admin-lte@^3.1 --save
```

#### Via Yarn

[](#via-yarn)

```
yarn add admin-lte@^3.1
```

#### Via Composer

[](#via-composer)

```
composer require "almasaeed2010/adminlte=~3.1"
```

#### Via Git

[](#via-git)

```
git clone https://github.com/ColorlibHQ/AdminLTE.git
```

Unstable release
----------------

[](#unstable-release)

### Grab from [jsdelivr](https://www.jsdelivr.com/package/npm/admin-lte) CDN:

[](#grab-from-jsdelivr-cdn-1)

***Important Note**: You needed to add separately cdn links for plugins in your project.*

```

```

```

```

### Using The Command Line:

[](#using-the-command-line-1)

***Important Note**: To install it via npm/Yarn, you need at least Node.js 10 or higher.*

#### Via npm

[](#via-npm-1)

```
npm install admin-lte@^3.1.0 --save
```

#### Via Yarn

[](#via-yarn-1)

```
yarn add admin-lte@^3.1.0
```

#### Via Composer

[](#via-composer-1)

```
composer require "almasaeed2010/adminlte=~3.1.0"
```

#### Via Git

[](#via-git-1)

```
git clone https://github.com/ColorlibHQ/AdminLTE.git
```

Documentation
-------------

[](#documentation)

Visit the [online documentation](https://adminlte.io/docs/3.1/) for the most updated guide. Information will be added on a weekly basis.

Browsers support
----------------

[](#browsers-support)

[![IE / Edge](https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png)](http://godban.github.io/browsers-support-badges/)
IE / Edge[![Firefox](https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png)](http://godban.github.io/browsers-support-badges/)
Firefox[![Chrome](https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png)](http://godban.github.io/browsers-support-badges/)
Chrome[![Safari](https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png)](http://godban.github.io/browsers-support-badges/)
Safari[![iOS Safari](https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari-ios/safari-ios_48x48.png)](http://godban.github.io/browsers-support-badges/)
iOS Safari[![Samsung](https://raw.githubusercontent.com/alrra/browser-logos/master/src/samsung-internet/samsung-internet_48x48.png)](http://godban.github.io/browsers-support-badges/)
Samsung[![Opera](https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png)](http://godban.github.io/browsers-support-badges/)
Opera[![Vivaldi](https://raw.githubusercontent.com/alrra/browser-logos/master/src/vivaldi/vivaldi_48x48.png)](http://godban.github.io/browsers-support-badges/)
Vivaldi[![Electron](https://raw.githubusercontent.com/alrra/browser-logos/master/src/electron/electron_48x48.png)](http://godban.github.io/browsers-support-badges/)
ElectronIE10, IE11, Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versionslast 2 versionslast 2 versionslast 2 versionslast 2 versions### Compile dist files

[](#compile-dist-files)

To compile the dist files you need Node.js/npm, clone/download the repo then:

1. `npm install` (install npm deps)
2. *Optional:* `npm run dev` (developer mode, autocompile with browsersync support for live demo)
3. `npm run production` (compile css/js files)

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

[](#contributing)

Please read through our [contributing guidelines](https://github.com/ColorlibHQ/AdminLTE/tree/master/.github/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.

Editor preferences are available in the [editor config](https://github.com/twbs/bootstrap/blob/main/.editorconfig) for easy use in common text editors. Read more and download plugins at .

License
-------

[](#license)

AdminLTE is an open source project by [AdminLTE.io](https://adminlte.io) that is licensed under [MIT](https://opensource.org/licenses/MIT). AdminLTE.io reserves the right to change the license of future releases.

Image Credits
-------------

[](#image-credits)

- [Pixeden](http://www.pixeden.com/psd-web-elements/flat-responsive-showcase-psd)
- [Graphicsfuel](https://www.graphicsfuel.com/2013/02/13-high-resolution-blur-backgrounds/)
- [Pickaface](https://pickaface.net/)
- [Unsplash](https://unsplash.com/)
- [Uifaces](http://uifaces.com/)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity78

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~33 days

Recently: every ~88 days

Total

69

Last Release

1880d ago

Major Versions

v2.4.3 → v3.0.0-alpha2018-04-23

v2.4.12 → v3.0.0-beta.12019-06-24

v2.4.15 → v3.0.0-beta.22019-07-31

v2.4.18 → v3.0.0-rc.12019-09-01

v2.x-dev → v3.0.12019-11-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/6dd9d5bfde0539d57d60bba437f808448021c34e721cea44c183b1e361ddd1cd?d=identicon)[pimguestcompass](/maintainers/pimguestcompass)

---

Top Contributors

[![REJack](https://avatars.githubusercontent.com/u/1554582?v=4)](https://github.com/REJack "REJack (788 commits)")[![almasaeed2010](https://avatars.githubusercontent.com/u/1512664?v=4)](https://github.com/almasaeed2010 "almasaeed2010 (573 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (327 commits)")[![XhmikosR](https://avatars.githubusercontent.com/u/349621?v=4)](https://github.com/XhmikosR "XhmikosR (141 commits)")[![danny007in](https://avatars.githubusercontent.com/u/50356015?v=4)](https://github.com/danny007in "danny007in (86 commits)")[![Dennis14e](https://avatars.githubusercontent.com/u/5065163?v=4)](https://github.com/Dennis14e "Dennis14e (42 commits)")[![masteradhoc](https://avatars.githubusercontent.com/u/6242098?v=4)](https://github.com/masteradhoc "masteradhoc (40 commits)")[![gitarno](https://avatars.githubusercontent.com/u/5985142?v=4)](https://github.com/gitarno "gitarno (28 commits)")[![leviasan](https://avatars.githubusercontent.com/u/50718918?v=4)](https://github.com/leviasan "leviasan (15 commits)")[![suvjunmd](https://avatars.githubusercontent.com/u/11020536?v=4)](https://github.com/suvjunmd "suvjunmd (15 commits)")[![puikinsh](https://avatars.githubusercontent.com/u/3451398?v=4)](https://github.com/puikinsh "puikinsh (8 commits)")[![dfsmania](https://avatars.githubusercontent.com/u/63609705?v=4)](https://github.com/dfsmania "dfsmania (8 commits)")[![freezy-sk](https://avatars.githubusercontent.com/u/661637?v=4)](https://github.com/freezy-sk "freezy-sk (8 commits)")[![mineminemine](https://avatars.githubusercontent.com/u/17585549?v=4)](https://github.com/mineminemine "mineminemine (5 commits)")[![bansalshashank](https://avatars.githubusercontent.com/u/46516215?v=4)](https://github.com/bansalshashank "bansalshashank (5 commits)")[![pimhakkertgc](https://avatars.githubusercontent.com/u/82205115?v=4)](https://github.com/pimhakkertgc "pimhakkertgc (4 commits)")[![irfanevrens](https://avatars.githubusercontent.com/u/166640?v=4)](https://github.com/irfanevrens "irfanevrens (3 commits)")[![gurvirlochab](https://avatars.githubusercontent.com/u/20639520?v=4)](https://github.com/gurvirlochab "gurvirlochab (3 commits)")[![hkvstore](https://avatars.githubusercontent.com/u/16445695?v=4)](https://github.com/hkvstore "hkvstore (3 commits)")[![jorgevilaca82](https://avatars.githubusercontent.com/u/2745535?v=4)](https://github.com/jorgevilaca82 "jorgevilaca82 (3 commits)")

---

Tags

webcssJStemplatelessthemeresponsiveadminback-end

### Embed Badge

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

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

###  Alternatives

[almasaeed2010/adminlte

AdminLTE - admin control panel and dashboard that's based on Bootstrap 4

45.3k8.5M140](/packages/almasaeed2010-adminlte)[secondtruth/startmin

An admin dashboard template for Bootstrap

2715.8k](/packages/secondtruth-startmin)[yiister/yii2-adminlte

yii2-adminlte is a package for yii framework 2 that consists a very popular backend template AdminLTE (based on bootstrap 3).

2839.3k](/packages/yiister-yii2-adminlte)

PHPackages © 2026

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