PHPackages                             cleverage/process-ui-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. cleverage/process-ui-bundle

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

cleverage/process-ui-bundle
===========================

UI for cleverage/process-bundle

v1.0.6(2y ago)01.4k1[1 issues](https://github.com/cleverage/processuibundle/issues)MITPHPPHP &gt;=8.0

Since Jun 11Pushed 1y ago3 watchersCompare

[ Source](https://github.com/cleverage/processuibundle)[ Packagist](https://packagist.org/packages/cleverage/process-ui-bundle)[ RSS](/packages/cleverage-process-ui-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (39)Versions (12)Used By (0)

[![Code Style](https://github.com/cleverage/processuibundle/actions/workflows/super-linter.yml/badge.svg)](https://github.com/cleverage/processuibundle/actions/workflows/super-linter.yml/badge.svg) [![Composer](https://github.com/cleverage/processuibundle/actions/workflows/php.yml/badge.svg)](https://github.com/cleverage/processuibundle/actions/workflows/php.yml/badge.svg)

CleverAge/ProcessUIBundle
-------------------------

[](#cleverageprocessuibundle)

This bundle is deprecated, use [CleverAge/UiProcessBundle](https://github.com/cleverage/ui-process-bundle) instead

A simple UX for cleverage/processbundle using EasyAdmin

**Installation**

- Import routes

```
#config/routes.yaml
process-ui:
  resource: '@CleverAgeProcessUiBundle/Resources/config/routes.yaml'
```

- Run doctrine migration
- Create an user using cleverage:process-ui:user-create console.

Now you can access Process UI via

**Indexing logs**

You can index logs line into database to perform search on **Process &gt; History** page. See configuration section.

When indexation is enabled you can perform it async.

```
#config/messenger.yaml
framework:
  messenger:
    transports:
      log_index: 'doctrine://default'

    routing:
      CleverAge\ProcessUiBundle\Message\LogIndexerMessage: log_index
```

Then you have to consume messages by running (use a supervisor to keep consumer alive)

```
bin/console messenger:consume log_index --memory-limit=64M

```

See official symfony/messenger component documentations for more informations

**Integrate CrudController**

Of course you can integrate ProcessUI CRUD into your own easy admin Dashboard

```
    public function configureMenuItems(): iterable
    {
        /* ... your configuration */
        yield MenuItem::linkToCrud('History', null, ProcessExecution::class);
    }
```

**Configuration**

```
clever_age_process_ui:
  index_logs:
  enabled: false
  level: ERROR #Minimum log level to index. Allowed values are DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL, ALERT, EMERGENCY
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 50.9% 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 ~92 days

Recently: every ~38 days

Total

7

Last Release

998d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d408c6ae2e5f73eff1f279b35eb21009d7ded0b4c1f97f8ca45dca4a21f3911?d=identicon)[Clever Age](/maintainers/Clever%20Age)

---

Top Contributors

[![xaviermarchegay](https://avatars.githubusercontent.com/u/658523?v=4)](https://github.com/xaviermarchegay "xaviermarchegay (29 commits)")[![clever-age-gtonon](https://avatars.githubusercontent.com/u/42027788?v=4)](https://github.com/clever-age-gtonon "clever-age-gtonon (26 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![njoubert-cleverage](https://avatars.githubusercontent.com/u/185094902?v=4)](https://github.com/njoubert-cleverage "njoubert-cleverage (1 commits)")

###  Code Quality

Static AnalysisPHPStan, Rector

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/cleverage-process-ui-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/cleverage-process-ui-bundle/health.svg)](https://phpackages.com/packages/cleverage-process-ui-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[easycorp/easyadmin-demo

EasyAdmin Demo Application

145.7k](/packages/easycorp-easyadmin-demo)[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)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)

PHPackages © 2026

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