PHPackages                             okhachiai/dashify-bundle - 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. okhachiai/dashify-bundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

okhachiai/dashify-bundle
========================

A modern, modular and intuitive admin interface for Symfony applications

012PHP

Since Apr 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/okhachiai/DashifyBundle)[ Packagist](https://packagist.org/packages/okhachiai/dashify-bundle)[ RSS](/packages/okhachiai-dashify-bundle/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

DashifyBundle
=============

[](#dashifybundle)

Un bundle Symfony moderne pour créer des interfaces d'administration.

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

[](#installation)

1. Installer le bundle via Composer :

```
composer require okhachiai/dashify-bundle
```

2. Activer le bundle dans `config/bundles.php` :

```
return [
    // ...
    Dashify\DashifyBundle\DashifyBundle::class => ['all' => true],
];
```

3. Configurer les routes dans `config/routes.yaml` :

```
dashify:
    resource: '@DashifyBundle/Resources/config/routes/dashify.yaml'
    type: yaml
```

4. Configurer le bundle dans `config/packages/dashify.yaml` :

```
dashify:
    title: 'Mon Admin'
    security:
        user_class: App\Entity\User
        user_identifier_property: email
        roles: ['ROLE_ADMIN']
        remember_me: true
        session_lifetime: 3600
```

5. Nettoyer le cache :

```
php bin/console cache:clear
```

Configuration complète
----------------------

[](#configuration-complète)

Voici toutes les options de configuration disponibles :

```
dashify:
    title: 'Mon Admin'                    # Titre de l'interface d'administration
    security:
        user_class: App\Entity\User       # Classe de l'entité utilisateur
        user_identifier_property: email    # Propriété utilisée pour l'identification (email, username, etc.)
        user_provider: 'security.user.provider.concrete.app_user_provider'  # (Optionnel) Service provider d'utilisateur
        roles: ['ROLE_ADMIN']             # Rôles requis pour accéder à l'admin
        remember_me: true                 # Activer la fonctionnalité "Se souvenir de moi"
        session_lifetime: 3600            # Durée de vie de la session en secondes
        password_hasher: 'auto'           # Configuration du hashage de mot de passe
        login_route: 'dashify_login'      # Route de connexion
        login_redirect_route: 'dashify_dashboard'  # Route après connexion
        logout_route: 'dashify_logout'    # Route de déconnexion
        logout_redirect_route: 'dashify_login'     # Route après déconnexion
        enable_login: true                # Activer/désactiver la page de connexion
```

Utilisation
-----------

[](#utilisation)

Une fois installé, vous pouvez accéder à l'interface d'administration à l'URL `/admin`.

### Menu Structure

[](#menu-structure)

The menu configuration supports:

- Multiple groups with custom labels and icons
- Optional positioning for groups
- Separate sections for users and content within each group
- Each menu item requires a label and route
- Icons are optional for all items

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10372443?v=4)[KHACHIAI Oussama](/maintainers/okhachiai)[@okhachiai](https://github.com/okhachiai)

---

Top Contributors

[![okhachiai](https://avatars.githubusercontent.com/u/10372443?v=4)](https://github.com/okhachiai "okhachiai (1 commits)")

### Embed Badge

![Health badge](/badges/okhachiai-dashify-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/okhachiai-dashify-bundle/health.svg)](https://phpackages.com/packages/okhachiai-dashify-bundle)
```

PHPackages © 2026

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