PHPackages                             maxencebeno/sonata-gentelella-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. maxencebeno/sonata-gentelella-bundle

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

maxencebeno/sonata-gentelella-bundle
====================================

Symfony SonataAdminBundle themed with Gentelella

v1.0.18(6y ago)07MITJavaScript

Since May 15Pushed 4y agoCompare

[ Source](https://github.com/maxencebeno/sonata-gentelella-bundle)[ Packagist](https://packagist.org/packages/maxencebeno/sonata-gentelella-bundle)[ RSS](/packages/maxencebeno-sonata-gentelella-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (20)Used By (0)

Sonata Gentelella Theme
=======================

[](#sonata-gentelella-theme)

A simple integration of [Gentelella Alela!](https://colorlib.com/polygon/gentelella/index.html) theme for [SonataAdminBundle](https://github.com/sonata-project/SonataAdminBundle).

This bundle automatically defines a default configuration for sonata admin, so the installation is as simple as :

```
composer require sherlockode/sonata-gentelella-bundle

```

and in the `app/AppKernel.php` :

```
public function registerBundles()
{
    $bundles = [
        ...
        new Sherlockode\SonataGentelellaBundle\SherlockodeSonataGentelellaBundle(),
    ];
}
```

into `app/config.yml`

```
sonata_admin:
    templates:
        layout: '@App/standard_layout.html.twig'

```

You need to extend the standard\_layout.html.twig. If you do not have it, create one and edit it like this :

```
{% extends '@SherlockodeSonataGentelella/standard_layout.html.twig' %}

```

**Most of the templates blocks are unchanged, but for the theme, we have been forced to move somes of them. So if you've overridden the sonata templates, there could be some glitches**

All plugins are disable by default, to enable plugins, in the config.yml :

```
sherlockode_sonata_gentelella:
    fast_click: true
    nprogress: true
    chart: true
    echarts: true
    gauge: true
    bootstrap_progressbar: true
    skycons: true
    flot: true
    datejs: true
    jqvmap: true
    bootstrap_daterangerpicker: true
    calendar: true
    switchery: true
    starrr: true
    jquery_tag_input: true
    bootstrap_wysiwyg: true
    parsley: true
    cropper: true
    autosize: true
    jquery_autocomplete: true
    ion_rangeslider: true
    bootstrap_colorpicker: true
    jquery_inputmask: true
    jquery_knob: true
    dropzone: true
    validator: true
    jquery_smart_wizard: true
    pnotify: true
    jquery_sparklines: true
    morris: true
    animate: true
    easy_pie_chart: true
    echarts: true
    datatables: true

```

To see the demo (need all plugins)

```
sherlockode_sonata_gentelella:
    demo: true

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity72

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

Recently: every ~103 days

Total

19

Last Release

2506d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7147212?v=4)[Maxence Beno](/maintainers/maxencebeno)[@maxencebeno](https://github.com/maxencebeno)

---

Top Contributors

[![nykopol](https://avatars.githubusercontent.com/u/2706685?v=4)](https://github.com/nykopol "nykopol (19 commits)")[![juchi](https://avatars.githubusercontent.com/u/3333098?v=4)](https://github.com/juchi "juchi (16 commits)")[![Vowow](https://avatars.githubusercontent.com/u/3932842?v=4)](https://github.com/Vowow "Vowow (16 commits)")[![OskarStark](https://avatars.githubusercontent.com/u/995707?v=4)](https://github.com/OskarStark "OskarStark (3 commits)")[![maxencebeno](https://avatars.githubusercontent.com/u/7147212?v=4)](https://github.com/maxencebeno "maxencebeno (2 commits)")[![BrownSim](https://avatars.githubusercontent.com/u/12810073?v=4)](https://github.com/BrownSim "BrownSim (1 commits)")

### Embed Badge

![Health badge](/badges/maxencebeno-sonata-gentelella-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/maxencebeno-sonata-gentelella-bundle/health.svg)](https://phpackages.com/packages/maxencebeno-sonata-gentelella-bundle)
```

###  Alternatives

[yokai/sonata-workflow

Integrate Symfony workflow component in Sonata Admin

23372.9k](/packages/yokai-sonata-workflow)[picoss/sonata-extra-admin-bundle

Sonata Extra admin features

1962.3k](/packages/picoss-sonata-extra-admin-bundle)[pirasterize/sonata-form-builder

A drag&amp;drop form builder for sonata admin

192.9k](/packages/pirasterize-sonata-form-builder)

PHPackages © 2026

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