PHPackages                             denis909/adminkit - 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. denis909/adminkit

ActiveLibrary[Admin Panels](/categories/admin)

denis909/adminkit
=================

02HTML

Since Feb 18Pushed 2mo agoCompare

[ Source](https://github.com/denis909/adminkit)[ Packagist](https://packagist.org/packages/denis909/adminkit)[ RSS](/packages/denis909-adminkit/feed)WikiDiscussions dev Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

 [![AdminKit is a free & open-source HTML dashboard & admin template based on Bootstrap 5](https://camo.githubusercontent.com/8d1197ebbbeab2470769f92d3d1ede2b2e79dc085e2f6a2def7e871f2c172d01/68747470733a2f2f61646d696e6b69742e696f2f69636f6e732f69636f6e2d353132783531322e706e67)](https://github.com/adminkit/adminkit)

### AdminKit

[](#adminkit)

 AdminKit is a free &amp; open-source HTML dashboard &amp; admin template based on Bootstrap 5.

 [![NPM version](https://camo.githubusercontent.com/041a95cf8ca707c4aaf81adda2a6b1e5c129ae337aa5df38ba35b07b6de12fb3/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f4061646d696e6b69742f636f7265)](https://www.npmjs.com/package/@adminkit/core) [![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://github.com/adminkit/adminkit/blob/master/LICENSE) [![GitHub issues open](https://camo.githubusercontent.com/f0d59e4b09e9257472fcbffd99598bec11be073e33b55959f8707ce0628e00d6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f61646d696e6b69742f61646d696e6b69742e737667)](https://github.com/adminkit/adminkit/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://camo.githubusercontent.com/c2e4e057f72b353bc85f2f57642b1219fa093f095cf955908605afa4980fcc06/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d636c6f7365642d7261772f61646d696e6b69742f61646d696e6b69742e737667)](https://github.com/adminkit/adminkit/issues?q=is%3Aissue+is%3Aclosed) [![Live Demo](https://camo.githubusercontent.com/8706869f07cee94d82dd83de003dcc0e6ac49c2ae6c0affd1834b87370f4679b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f64656d6f2d6f6e6c696e652d677265656e2e737667)](https://demo.adminkit.io/) [![Download](https://camo.githubusercontent.com/d9ce2ad878a57775adf303c6c30991c95448bfff08da72cb5d61f3f50586852b/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d646f776e6c6f6164266d6573736167653d5a495026636f6c6f723d677265656e)](https://adminkit.io/#download)
[![GitHub stars](https://camo.githubusercontent.com/e7d8e24513ee6057e9dc70284b218fb5f3de668056508cec958fe83168e3405e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f61646d696e6b69742f61646d696e6b69743f7374796c653d736f6369616c)](https://github.com/adminkit/adminkit)

Preview
-------

[](#preview)

A professional Admin &amp; Dashboard template based on Bootstrap 5 that comes with hundreds of UI components, forms, tables, charts, pages and icons. AdminKit **does not require jQuery** and neither does one of the 3rd party libraries AdminKit is using. [Open demo](https://demo.adminkit.io/).

[![AdminKit Demo](https://camo.githubusercontent.com/7b645158dd6f7d1ff60bebfae1a13a1b61d997e504a5a32b71b4a8e21fed996e/68747470733a2f2f6173736574732e61646d696e6b69742e696f2f62616e6e6572732f6769746875622d3132383025433325393736343070782e706e673f32)](https://demo.adminkit.io)

Features
--------

[](#features)

- **Customizable:** You don't need to be an expert to customize AdminKit. Our code is very readable and well documented.
- **Fully Responsive:** With mobile, tablet &amp; desktop support it doesn't matter what device you're using. AdminKit is responsive in all browsers.
- **Cross-Browser:** Our themes are working perfectly with Chrome, Firefox, Safari, Opera, and Edge. We're working hard to support them.
- **Clean Code:** We strictly follow Bootstrap's guidelines to make your integration as easy as possible. All code is handwritten.
- **No jQuery:** AdminKit, and all third-party libraries used in the admin template, do not require jQuery as a dependency.
- **Regular Updates:** From time to time you'll receive an update containing new components, improvements, and bugfixes.

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

[](#quick-start)

### Download

[](#download)

- Clone this repo `git clone https://github.com/adminkit/adminkit.git`
- [Download from GitHub](https://github.com/adminkit/adminkit/archive/master.zip)
- [Download from Website](https://adminkit.io/#download)

### Build tools

[](#build-tools)

The theme includes a custom Webpack file, which can be used to quickly recompile and minify theme assets while developing or for deployment. You'll need to install Node.js before using Webpack.

Once Node.js is installed, run npm install to install the rest of AdminKit's dependencies. All dependencies will be downloaded to the node\_modules directory.

```
npm install
```

Now you're ready to modify the source files and generate new dist/ files. AdminKit uses webpack-dev-server to automatically detect file changes and start a local webserver at .

```
npm start
```

Compile, optimize, minify and uglify all source files to dist/ folder:

```
npm run build
```

CDN support
-----------

[](#cdn-support)

All files included in the `@adminkit/core` npm package are available over a CDN.

**CSS:**

```

```

**Javascript:**

```

```

File structure
--------------

[](#file-structure)

The package contains the following directories and files:

```
adminkit/
├── .babelrc
├── .eslintrc
├── .nvmrc
├── README.md
├── package.json
├── postcss.config.js
├── webpack.config.js
├── src/
│   ├── fonts/
│   ├── img/
│   ├── js/
│   │   ├── modules/
│   │   └── app.js
│   └── scss/
│       ├── 1-variables/
│       ├── 2-mixins/
│       ├── 3-components/
│       ├── 4-utilities/
│       ├── 5-vendor/
│       └── app.scss
└── dist/
    ├── css/
    │   └── app.css
    └── js/
        └── app.js

```

Browser Support
---------------

[](#browser-support)

[![Edge](https://camo.githubusercontent.com/91eec0d2f2abf0057f63002886d2dbcdad44f0c400cd43b71670b65a59f3de84/68747470733a2f2f6173736574732e61646d696e6b69742e696f2f62726f77736572732f656467652e706e67)](https://camo.githubusercontent.com/91eec0d2f2abf0057f63002886d2dbcdad44f0c400cd43b71670b65a59f3de84/68747470733a2f2f6173736574732e61646d696e6b69742e696f2f62726f77736572732f656467652e706e67)
Edge[![Firefox](https://camo.githubusercontent.com/fb4e5af5ad7f006371278aa969e17e822e4a9de7039a89c89330d7da18076b0b/68747470733a2f2f6173736574732e61646d696e6b69742e696f2f62726f77736572732f66697265666f782e706e67)](https://camo.githubusercontent.com/fb4e5af5ad7f006371278aa969e17e822e4a9de7039a89c89330d7da18076b0b/68747470733a2f2f6173736574732e61646d696e6b69742e696f2f62726f77736572732f66697265666f782e706e67)
Firefox[![Chrome](https://camo.githubusercontent.com/8a37d5fa73acb80aae308e754feae1b58edb2c2991facea4c86828023ddf678c/68747470733a2f2f6173736574732e61646d696e6b69742e696f2f62726f77736572732f6368726f6d652e706e67)](https://camo.githubusercontent.com/8a37d5fa73acb80aae308e754feae1b58edb2c2991facea4c86828023ddf678c/68747470733a2f2f6173736574732e61646d696e6b69742e696f2f62726f77736572732f6368726f6d652e706e67)
Chrome[![Safari](https://camo.githubusercontent.com/1973807ca854ad8e78ddbe621777ef8ab71951e3d3c935a0f287a9d79d1b3f87/68747470733a2f2f6173736574732e61646d696e6b69742e696f2f62726f77736572732f7361666172692e706e67)](https://camo.githubusercontent.com/1973807ca854ad8e78ddbe621777ef8ab71951e3d3c935a0f287a9d79d1b3f87/68747470733a2f2f6173736574732e61646d696e6b69742e696f2f62726f77736572732f7361666172692e706e67)
Safari[![iOS Safari](https://camo.githubusercontent.com/1c5ba6a3e6b2c8a9fc98c5487cac3f17a6ed7dcde1ddeaa9b2da4c2c3d6aa3ed/68747470733a2f2f6173736574732e61646d696e6b69742e696f2f62726f77736572732f7361666172692d696f732e706e67)](https://camo.githubusercontent.com/1c5ba6a3e6b2c8a9fc98c5487cac3f17a6ed7dcde1ddeaa9b2da4c2c3d6aa3ed/68747470733a2f2f6173736574732e61646d696e6b69742e696f2f62726f77736572732f7361666172692d696f732e706e67)
iOS Safarilast versionlast 2 versionslast 2 versionslast 2 versionslast 2 versionsResources
---------

[](#resources)

- [Demo](https://demo.adminkit.io/)
- [Website](https://adminkit.io/)
- [Documentation](https://adminkit.io/docs)
- [Support](https://adminkit.io/support/)
- [Affiliate Program](https://adminkit.io/affiliate-program)

Bugs and feature requests
-------------------------

[](#bugs-and-feature-requests)

Found a bug or have a feature request? [Please open a new issue](https://github.com/adminkit/adminkit/issues/new).

Upgrade to PRO
--------------

[](#upgrade-to-pro)

Get more power with AdminKit PRO, a premium variant of AdminKit, featuring hundreds of UI components, forms, tables, charts, pages, and icons.

Free Version[AdminKit PRO](https://adminkit.io/pricing/)15 Demo Pages✔ 45+ Demo Pages1 Plugin✔ 10+ Plugins1 Color Scheme✔ 3 Color Schemes✔ All Bootstrap 5 Components✔ Dark Mode 🌙✔ Compact Sidebar✔ Calendar✔ Advanced Forms✔ Drag and Drop✔ Toast Notifications✔ WYSIWYG Editors✔ Premium Support

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance55

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 Bus Factor1

Top contributor holds 98% 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/71797602f835bc8614be7dc4df05a3e3a381e00924aa4a757503f443aff4456d?d=identicon)[denis909](/maintainers/denis909)

---

Top Contributors

[![paullaros](https://avatars.githubusercontent.com/u/1512219?v=4)](https://github.com/paullaros "paullaros (195 commits)")[![denis909](https://avatars.githubusercontent.com/u/16691851?v=4)](https://github.com/denis909 "denis909 (4 commits)")

### Embed Badge

![Health badge](/badges/denis909-adminkit/health.svg)

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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