{"id":36972128,"url":"https://github.com/cleverage/processuibundle","last_synced_at":"2026-01-13T21:55:15.481Z","repository":{"id":56953663,"uuid":"449710648","full_name":"cleverage/processuibundle","owner":"cleverage","description":null,"archived":true,"fork":false,"pushed_at":"2024-10-24T13:55:42.000Z","size":299,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-05T08:22:28.799Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cleverage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-19T13:50:11.000Z","updated_at":"2024-10-24T13:56:18.000Z","dependencies_parsed_at":"2024-10-23T09:43:07.206Z","dependency_job_id":"c8ec0605-6942-4152-a874-7cb0ae6f84ec","html_url":"https://github.com/cleverage/processuibundle","commit_stats":{"total_commits":40,"total_committers":3,"mean_commits":"13.333333333333334","dds":"0.44999999999999996","last_synced_commit":"045d702f5ef3a60eff6beebcc83500101e4bbc60"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/cleverage/processuibundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleverage%2Fprocessuibundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleverage%2Fprocessuibundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleverage%2Fprocessuibundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleverage%2Fprocessuibundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cleverage","download_url":"https://codeload.github.com/cleverage/processuibundle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleverage%2Fprocessuibundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28401954,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-13T21:55:15.330Z","updated_at":"2026-01-13T21:55:15.464Z","avatar_url":"https://github.com/cleverage.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Code Style](https://github.com/cleverage/processuibundle/actions/workflows/super-linter.yml/badge.svg) ![Composer](https://github.com/cleverage/processuibundle/actions/workflows/php.yml/badge.svg)\n\n## CleverAge/ProcessUIBundle\n\nThis bundle is deprecated, use [CleverAge/UiProcessBundle](https://github.com/cleverage/ui-process-bundle) instead\n\nA simple UX for cleverage/processbundle using EasyAdmin\n\n**Installation**\n* Import routes\n```yaml\n#config/routes.yaml\nprocess-ui:\n  resource: '@CleverAgeProcessUiBundle/Resources/config/routes.yaml'\n```\n* Run doctrine migration\n* Create an user using cleverage:process-ui:user-create console.\n\nNow you can access Process UI via http://your-domain.com/process\n\n**Indexing logs**\n\nYou can index logs line into database to perform search on ****Process \u003e History**** page.\nSee configuration section.\n\nWhen indexation is enabled you can perform it async.\n\n```yaml\n#config/messenger.yaml\nframework:\n  messenger:\n    transports:\n      log_index: 'doctrine://default'\n\n    routing:\n      CleverAge\\ProcessUiBundle\\Message\\LogIndexerMessage: log_index\n```\n\nThen you have to consume messages by running (use a supervisor to keep consumer alive)\n```\nbin/console messenger:consume log_index --memory-limit=64M\n```\n\nSee official symfony/messenger component documentations for more informations https://symfony.com/doc/current/messenger.html\n\n**Integrate CrudController**\n\nOf course you can integrate ProcessUI CRUD into your own easy admin Dashboard\n```php\n    public function configureMenuItems(): iterable\n    {\n        /* ... your configuration */\n        yield MenuItem::linkToCrud('History', null, ProcessExecution::class);\n    }\n```\n\n**Configuration**\n```yaml\nclever_age_process_ui:\n  index_logs:\n  enabled: false\n  level: ERROR #Minimum log level to index. Allowed values are DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL, ALERT, EMERGENCY\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcleverage%2Fprocessuibundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcleverage%2Fprocessuibundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcleverage%2Fprocessuibundle/lists"}