PHPackages                             siezi/phile-admin - 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. siezi/phile-admin

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

siezi/phile-admin
=================

Extendable Admin Backend Framework for PhileCMS

1.0.1(10y ago)11951[5 issues](https://github.com/Schlaefer/phileAdmin/issues)2MITPHP

Since May 19Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Schlaefer/phileAdmin)[ Packagist](https://packagist.org/packages/siezi/phile-admin)[ Docs](https://github.com/Schlaefer/phileAdmin)[ RSS](/packages/siezi-phile-admin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (13)Versions (12)Used By (2)

Phile Admin
===========

[](#phile-admin)

What
----

[](#what)

A small admin backend framework for PhileCMS based on [Silex](http://silex.sensiolabs.org/) (symfony components) and [Bootstrap](http://getbootstrap.com/). Takes care of the backend boilerplate (login/logout, templating, localization) and makes it easy to develop admin plugins.

[Find plugins using it on Phile’s plugin page.](https://github.com/PhileCMS/Phile/wiki/%5BCOMMUNITY%5D-Plugins#admin--backend)

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

[](#installation)

### 1.1 Installation (composer)

[](#11-installation-composer)

```
"require": {
	"siezi/phile-admin": "*"
}
```

### 1.2 Installation (Download)

[](#12-installation-download)

[Download the latest archive from the release page](https://github.com/Schlaefer/phileAdmin/releases) into `plugins/siezi/phileAdmin`.

### 2. Activation

[](#2-activation)

After you have installed the plugin you activate it by adding the following line to your `config.php` file:

```
$config['plugins']['siezi\\phileAdmin'] = ['active' => true];
```

The default backend URL is `http://…//backend/`

### 3. Start

[](#3-start)

To login you have to chose an admin password, create an hash for it (see login page) and put it into the plugin config.

```
$config['plugins']['siezi\\phileAdmin']['admin'] = [
	'name' => '',
	'password' => ''
];
```

### 4. Config

[](#4-config)

See `config.php`.

Plugin Development
------------------

[](#plugin-development)

The backend is essentially a [Silex](http://silex.sensiolabs.org/) app and a admin-plugin repository containing admin-plugins. On a callback in a standard Phile Plugin-class you create a new admin-plugin, configure it and add it to the repository. Then you create Silex routes and controllers (extending `AdminController`).

See the [cache plugin](https://github.com/Schlaefer/phileAdminCache) for a simple plugin implementation.

Enable the debug mode in the `config.php` when you develop (disable template cache, …).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity70

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 ~1 days

Total

11

Last Release

4003d ago

Major Versions

0.2.5 → 1.0.02015-06-03

### Community

Maintainers

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

---

Top Contributors

[![Schlaefer](https://avatars.githubusercontent.com/u/143224?v=4)](https://github.com/Schlaefer "Schlaefer (21 commits)")

---

Tags

backendadminphile

### Embed Badge

![Health badge](/badges/siezi-phile-admin/health.svg)

```
[![Health](https://phpackages.com/badges/siezi-phile-admin/health.svg)](https://phpackages.com/packages/siezi-phile-admin)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[sonata-project/admin-bundle

The missing Symfony Admin Generator

2.1k19.0M299](/packages/sonata-project-admin-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1714.8k8](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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