PHPackages                             silex-spear/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. [Admin Panels](/categories/admin)
4. /
5. silex-spear/adminlte

ActiveLibrary[Admin Panels](/categories/admin)

silex-spear/adminlte
====================

0.0.3(10y ago)0851HTML

Since Jan 30Pushed 10y ago2 watchersCompare

[ Source](https://github.com/silex-spear/adminlte)[ Packagist](https://packagist.org/packages/silex-spear/adminlte)[ RSS](/packages/silex-spear-adminlte/feed)WikiDiscussions master Synced 1mo ago

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

adminlte
========

[](#adminlte)

1 - Download composer

2 - Create your project based on silex-spear/skeleton

```
php composer.phar create-project silex-spear/skeleton myProject dev-master

```

3 - Move composer.phar to project dir

4 - Add adminlte package

```
composer require niktux/adminlte 0.0.2

```

5 - Merge assetic conf : add `vendor/niktux/adminlte/config/assetic.yml-dist.example` content into `config/assetic.yml-dist`

6 - Package application

```
./start
vendor/bin/lessc-adminlte

```

7 - Activate AdminLTE extension

In your Application class :

```
  $this->register(new \Spear\AdminLTE\Provider());
```

8 - Use it

Edit one of your controller action :

```
    return $this->twig->render('admin/home.twig', [
        'shortTitle' => 'SSA',
        'title' => 'Silex Spear Admin'
    ]);
```

9 - Refresh your browser and enjoy !

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 73.1% 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 ~28 days

Total

3

Last Release

3696d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a344578594d3db5575e1900cc36c4579cee9f0654f0fbd9a0ea0ff4ea873742f?d=identicon)[lebris](/maintainers/lebris)

---

Top Contributors

[![Niktux](https://avatars.githubusercontent.com/u/615193?v=4)](https://github.com/Niktux "Niktux (19 commits)")[![lebris](https://avatars.githubusercontent.com/u/1222200?v=4)](https://github.com/lebris "lebris (4 commits)")[![guillaumelecerf](https://avatars.githubusercontent.com/u/2005706?v=4)](https://github.com/guillaumelecerf "guillaumelecerf (3 commits)")

### Embed Badge

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

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

###  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)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)[arodu/cakelte

CakeLTE: AdminLTE plugin for CakePHP

3626.9k](/packages/arodu-cakelte)

PHPackages © 2026

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