PHPackages                             symfinity/ui-profiler - 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. symfinity/ui-profiler

ActiveSymfony-bundle

symfinity/ui-profiler
=====================

Symfony Web Profiler toolbar and panels rebuilt with UI Kernel and UX Blocks

v0.1.0(1mo ago)00MITTwigPHP &gt;=8.2CI passing

Since Jul 13Pushed 1mo agoCompare

[ Source](https://github.com/symfinity/ui-profiler)[ Packagist](https://packagist.org/packages/symfinity/ui-profiler)[ Docs](https://github.com/symfinity/ui-profiler)[ GitHub Sponsors](https://github.com/sponsors/serotoninja)[ RSS](/packages/symfinity-ui-profiler/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (28)Versions (2)Used By (0)

UI Profiler
===========

[](#ui-profiler)

### Symfony Web Profiler toolbar and panels rebuilt with UI Kernel and UX Blocks

[](#symfony-web-profiler-toolbar-and-panels-rebuilt-with-ui-kernel-and-ux-blocks)

[![PHP Version](https://camo.githubusercontent.com/fe60a3918bae3bc2ed56c6c5329ac0cb7462196b3061d0afb91fc4a241fe4172/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e322b2d3737374242343f7374796c653d666c6174266c6f676f3d706870266c6f676f436f6c6f723d7768697465)](composer.json)[![Symfony](https://camo.githubusercontent.com/0b9a123c2224a4e7dbbb624492f493b4fbb810e2060e7ddbec9346b13a65ac24/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53796d666f6e792d372e342b2d3334333433343f7374796c653d666c6174266c6f676f3d73796d666f6e79266c6f676f436f6c6f723d7768697465)](composer.json)
[![CI](https://github.com/symfinity/ui-profiler/actions/workflows/ci.yml/badge.svg)](https://github.com/symfinity/ui-profiler/actions/workflows/ci.yml)
[![Release](https://camo.githubusercontent.com/1cd8f30e5fa7cbe7391030d381bce919d8b2a9f6ebf9ebda3633563efadaf2cd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73796d66696e6974792f75692d70726f66696c65722e7376673f7374796c653d666c6174266c6f676f3d7061636b6167697374266c6f676f436f6c6f723d7768697465)](https://packagist.org/packages/symfinity/ui-profiler)[![Downloads](https://camo.githubusercontent.com/fdbc7f013fc9bc8978e2b2919ae8ce104f901daecd5845813a7b09f5dfe14893/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73796d66696e6974792f75692d70726f66696c65722e7376673f7374796c653d666c6174266c6f676f3d7061636b6167697374266c6f676f436f6c6f723d7768697465)](https://packagist.org/packages/symfinity/ui-profiler)[![License](https://camo.githubusercontent.com/f48f8d6cf609f5b181b9c3218a85175fe8a5809c7ea400347f39697a5d55065d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c6174)](LICENSE)

Warning

**Dev/test only.** Flex registers this bundle for `dev` and `test` — do not enable in production.

Note

**Read-only mirror.**See [CONTRIBUTING.md](CONTRIBUTING.md) for how to propose changes.

Features
--------

[](#features)

- **UI Kernel chrome** — theme tokens for toolbar and WDT shell
- **ux-blocks markup** — core Twig components for profiler panels
- **Stock collectors** — Symfony Web Profiler data with refreshed layout
- **Owned Sass pipeline** — shell/WDT CSS authored in `assets/scss/`, compiled to `assets/styles/`
- **Dev-only** — Flex recipe registers bundle for dev and test

Prerequisites
-------------

[](#prerequisites)

Add the [symfinity/recipes](https://github.com/symfinity/recipes) Flex endpoint to your project's `composer.json` (see [recipes README](https://github.com/symfinity/recipes/blob/main/README.md)) — recipes are not in Symfony's official recipe repository yet.

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

[](#installation)

Install with `--dev`. Requires themed ux-blocks stack.

```
composer require symfinity/ui-profiler --dev
```

Quick Start
-----------

[](#quick-start)

```
composer require symfinity/ui-profiler --dev
```

See [Quick start](docs/quickstart.md) for the full walkthrough.

Documentation
-------------

[](#documentation)

- **[Quick start](docs/quickstart.md)** — minimal setup path
- **[Third-party collectors](docs/third-party-collectors.md)** — custom profiler panels
- **[Upstream sync](docs/upstream-sync.md)** — Symfony Web Profiler alignment

Maintainer CSS (Sass pipeline)
------------------------------

[](#maintainer-css-sass-pipeline)

Author shell and WDT rules in SCSS; commit compiled CSS (same pattern as `symfinity/ux-blocks-core`):

AuthorShip`assets/scss/shell-chrome.scss``assets/styles/shell-chrome.css``assets/scss/wdt-toolbar.scss``assets/styles/wdt-toolbar.css``assets/scss/wdt-critical.scss``assets/styles/wdt-critical.css````
cd packages/ui-profiler
bin/profiler-css-compile          # compile (requires Node/npx + dart-sass)
bin/profiler-css-compile --check  # CI freshness gate
composer scss:check               # same as --check
```

Runtime: `ProfilerCssProvider` reads committed CSS for inline `` tags (WDT + shell). ux-blocks-core role CSS remains separate.

Author layout:

```
assets/scss/
  shared/          — tokens + mixins (compile-time)
  shell/           — shell partials (@use from shell-chrome.scss)
  wdt/             — toolbar + critical partials
  shell-chrome.scss
  wdt-toolbar.scss
  wdt-critical.scss

```

JavaScript layout
-----------------

[](#javascript-layout)

PathRole`assets/controllers/`Stimulus controllers (dialog, tabs, table-search) — AssetMapper + `UiProfilerExtension``assets/js/shell.js`Profiler shell ES module (`UiProfilerShell`)`assets/js/wdt.js`Web Debug Toolbar ES module (`UiProfilerWdt`)`assets/js/panels/*.js`Collector panel boot scripts (time, form, events)Shell, WDT, and panel scripts are served by `ProfilerAssetController` at `/_profiler/assets/{path}` (not Stimulus — do not merge into `controllers/`).

Requirements
------------

[](#requirements)

- PHP 8.2 or higher
- Symfony 7.4 or 8.x
- symfinity/ui-kernel, symfinity/ux-blocks-core
- symfony/web-profiler-bundle

Support
-------

[](#support)

- [GitHub Issues](https://github.com/symfinity/ui-profiler/issues)
- [Security](.github/SECURITY.md)
- [Contributing](CONTRIBUTING.md)

License
-------

[](#license)

[MIT](LICENSE)

###  Health Score

34

—

LowBetter than 74% of packages

Maintenance90

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

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

Unknown

Total

1

Last Release

49d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/246582257?v=4)[Symfinity](/maintainers/symfinity)[@symfinity](https://github.com/symfinity)

---

Tags

debug-toolbardevelopmentsymfonysymfony-bundleui-kernelux-blocksweb-profilersymfonySymfony Bundleweb-profilerdebug-toolbarui-kernel

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/symfinity-ui-profiler/health.svg)

```
[![Health](https://phpackages.com/badges/symfinity-ui-profiler/health.svg)](https://phpackages.com/packages/symfinity-ui-profiler)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k18.7M440](/packages/easycorp-easyadmin-bundle)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k4.0M551](/packages/pimcore-pimcore)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

605.9M709](/packages/shopware-core)[sulu/sulu

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

1.4k1.4M241](/packages/sulu-sulu)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9830.9k78](/packages/open-dxp-opendxp)

PHPackages © 2026

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