PHPackages                             manuxi/sulu-admin-extras-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. manuxi/sulu-admin-extras-bundle

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

manuxi/sulu-admin-extras-bundle
===============================

Admin UI extensions for Sulu CMS - Property Resolvers and List Field Transformers

v1.8.1(2mo ago)040↓33.3%1MITJavaScriptPHP ^8.1CI passing

Since Jan 22Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/manuxi/SuluAdminExtrasBundle)[ Packagist](https://packagist.org/packages/manuxi/sulu-admin-extras-bundle)[ Docs](https://github.com/manuxi/SuluAdminExtrasBundle)[ RSS](/packages/manuxi-sulu-admin-extras-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (16)Versions (20)Used By (1)

SuluAdminExtrasBundle
=====================

[](#suluadminextrasbundle)

[![php workflow](https://github.com/manuxi/SuluAdminExtrasBundle/actions/workflows/js-tests.yml/badge.svg)](https://github.com/manuxi/SuluAdminExtrasBundle/actions/workflows/js-tests.yml/badge.svg)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://github.com/manuxi/SuluAdminExtrasBundle/blob/main/LICENSE)[![GitHub Tag](https://camo.githubusercontent.com/a780453fb622ad97f217be22a3c251794eb30627623735d1f42719b85b8435f5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f6d616e7578692f53756c7541646d696e45787472617342756e646c65)](https://camo.githubusercontent.com/a780453fb622ad97f217be22a3c251794eb30627623735d1f42719b85b8435f5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f6d616e7578692f53756c7541646d696e45787472617342756e646c65)[![Github Release](https://camo.githubusercontent.com/788e495270b91f152ee2622c44991357ea6ce570693096a91ea74f8459b000e2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7578692f53756c7541646d696e45787472617342756e646c653f636f6c6f723d313136656133)](https://camo.githubusercontent.com/788e495270b91f152ee2622c44991357ea6ce570693096a91ea74f8459b000e2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d616e7578692f53756c7541646d696e45787472617342756e646c653f636f6c6f723d313136656133)[![Supports Sulu 3.0 or later](https://camo.githubusercontent.com/ad44793d91ed102decfbfdbef6ce8b883b8b3dfa0db9c265719bfa2590310882/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f25323053756c752d2533453d332e302d3030383863633f636f6c6f723d303062326466)](https://camo.githubusercontent.com/ad44793d91ed102decfbfdbef6ce8b883b8b3dfa0db9c265719bfa2590310882/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f25323053756c752d2533453d332e302d3030383863633f636f6c6f723d303062326466)

A bundle for **Sulu CMS** that adds useful tools like **Content Types** (Form Fields) and **List Transformers** (Visualizations) to the Admin UI.

This bundle combines and modernizes functionality from the former `SuluContentTypesBundle` and `SuluTweaksBundle` for Sulu 3.0.

**English** | [🇩🇪 Deutsch](README.de.md)

---

📚 Features &amp; Documentation
------------------------------

[](#-features--documentation)

Detailed documentation for each feature can be found in the `docs/` folder:

### Property Types

[](#property-types)

- **[Color Select](docs/color_select.md)** - Color selection with visual preview (List: [Type Color](docs/type_color.md), see below)
- **[Number With Default](docs/number_with_default.md)** - Number with support for `default_value`
- **[Slider Range](docs/slider_range.md)** - Slider input
- **[Star Rating](docs/star_rating.md)** - Star rating selection
- **[DateTime Start / End](docs/datetime_start_end.en.md)** - Linked date-time pickers with auto end-time, business hours validation and next-slot finder
- **[DateTime With Default](docs/datetime_with_default.en.md)** - Date-time picker with `default_value` support
- **[Business Hours](docs/business_hours.en.md)** - Weekly schedule with time slots, breaks and copy function
- **[Public Holidays](docs/public_holidays.en.md)** - Holiday manager with Nager.Date API integration
- **[Holiday Dates](docs/holiday_dates.en.md)** - Company holidays and closing times
- **[Single Contact Autocomplete](docs/single_contact_autocomplete.en.md)** - Single-Contact-Select with autocomplete

### List Transformers

[](#list-transformers)

- **[Percent Bar](docs/percent_bar.md)** - Percentage bar with many options
- **[Publish State](docs/publish_state.md)** - Display publication status in a separate column (hidden by default)
- **[Ghost Locale](docs/ghost_locale.md)** - Language status in a separate column (hidden by default)
- **[Type Color](docs/type_color.md)** - Color display (Form: [Color Select](docs/color_select.md), see above)
- **[Star Rating](docs/star_rating.md)** - Star rating
- **[Color Dot](docs/color_dot.en.md)** - Colored circle from hex value
- **[Status Switcher](docs/status_switcher.en.md)** - Interactive inline status switcher with dropdown with options changing the entity status

### Other

[](#other)

- **[Collapsible Sections](docs/collapsible_sections.md)** - Auto-collapsible XML sections in the Admin UI (hacky)
- **[AddNewToolbarAction](docs/add_new_toolbar_action.md)** - "New"-Button in Action-Toolbar of an element

---

🚀 Installation
--------------

[](#-installation)

**Requirement:** Sulu CMS 3.0+

### 1. Install via Composer

[](#1-install-via-composer)

```
composer require manuxi/sulu-admin-extras-bundle
```

### 2. Register Bundle

[](#2-register-bundle)

Add to `config/bundles.php`:

```
return [
    Manuxi\SuluAdminExtrasBundle\SuluAdminExtrasBundle::class => ['all' => true],
];
```

### 3. Admin Assets Setup

[](#3-admin-assets-setup)

To load the JavaScript components in the Sulu Admin, you must adjust your project's asset configuration.

**A) Update `assets/admin/package.json`**Open the file `assets/admin/package.json` in your project root. Add or update the dependency to point to the bundle's resources:

```
{
  "dependencies": {
    "sulu-admin-extras-bundle": "file:../../vendor/manuxi/sulu-admin-extras-bundle/src/Resources"
  }
}
```

**B) Update `assets/admin/app.js`**Open `assets/admin/app.js` (or `index.js`) and import the bundle:

```
import 'sulu-admin-extras-bundle';
```

**C) Install &amp; Build**Run the following commands to compile the admin assets:

```
cd assets/admin
npm install
npm run build
```

---

⚙️ Configuration
----------------

[](#️-configuration)

You can copy the default configuration file:

```
cp vendor/manuxi/sulu-admin-extras-bundle/src/Resources/config/default.yaml config/packages/sulu_admin_extras.yaml
```

See [docs](docs/) for detailed configuration options.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance86

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

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

Total

19

Last Release

68d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ce067feaa3f9ece08d78385c401aab7d72e9e8ee64d77d584f884b6725ad9de?d=identicon)[manuxi](/maintainers/manuxi)

---

Top Contributors

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

---

Tags

admin-uicontent-typesextensionlist-transformerssulusulu-30sulu-bundlesulu-cmsadmintransformercontent-typesulustar-ratingList Field TransformersProperty Resolverscolor-selectpublish-statenumber-defaultslider-range

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/manuxi-sulu-admin-extras-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/manuxi-sulu-admin-extras-bundle/health.svg)](https://phpackages.com/packages/manuxi-sulu-admin-extras-bundle)
```

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

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[sulu/article-bundle

Bundle for managing localized content-rich entities like blog-posts in the Sulu content management system

66409.6k2](/packages/sulu-article-bundle)[sulu/content-bundle

Experimental content implementation for sulu.

17112.3k1](/packages/sulu-content-bundle)[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)
