{"id":33952017,"url":"https://github.com/cjw-network/cjwconfigprocessorbundle","last_synced_at":"2026-03-27T04:31:05.988Z","repository":{"id":56953253,"uuid":"317185066","full_name":"cjw-network/CjwConfigProcessorBundle","owner":"cjw-network","description":"A bundle for the content management system Ibexa Platform / eZPlatform and the popular Symfony framework. Parses and later displays the internal Symfony configuration in a readable way to provide a better development experience.","archived":false,"fork":false,"pushed_at":"2021-01-08T15:20:56.000Z","size":1302,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-05T17:19:42.311Z","etag":null,"topics":["cjw-network","config","ezplatform","ibexa","ibexa-platform","ini-parser","ini-viewer","symfony"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cjw-network.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-30T10:16:42.000Z","updated_at":"2021-01-08T15:20:58.000Z","dependencies_parsed_at":"2022-08-21T04:10:19.696Z","dependency_job_id":null,"html_url":"https://github.com/cjw-network/CjwConfigProcessorBundle","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/cjw-network/CjwConfigProcessorBundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjw-network%2FCjwConfigProcessorBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjw-network%2FCjwConfigProcessorBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjw-network%2FCjwConfigProcessorBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjw-network%2FCjwConfigProcessorBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cjw-network","download_url":"https://codeload.github.com/cjw-network/CjwConfigProcessorBundle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjw-network%2FCjwConfigProcessorBundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27689367,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-12T02:00:06.775Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cjw-network","config","ezplatform","ibexa","ibexa-platform","ini-parser","ini-viewer","symfony"],"created_at":"2025-12-12T19:18:51.230Z","updated_at":"2025-12-12T19:18:53.779Z","avatar_url":"https://github.com/cjw-network.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CJW's Config-Processor Bundle\n\n# Goal\n\nThis Bundle has been created to serve the function of parsing / processing the existing\nparameter-/options array that exists within a standard symfony and especially\neZ - / Ibexa - Platform app. **Similar to the eZPublish Ini settings viewer** of old, it\nis supposed to take the existing configuration and provide a visual representation that\nis easy to read, understand and work with for developers. Therefore, it provides various\nfunctions, options and views to display site access context specific parameters, values\nand much more.\n\n# Provided Functionality\n\nInstalling the bundle (refer to `Installation` further down the page), will add a `Config Processing View` tab under the\n`Admin` tab of the  standard eZ / Ibexa Backoffice. Clicking that tab will bring you to the frontend this bundle provides\nwith the following functionality (excerpt):\n\n- **Display** of the entire configuration of your Symfony project\n- **Filter** for and display parameters in a specific site access context\n- **View** and compare parameters in up to two specific site access contexts at the same time\n- **Automatic Highlighting** of differences within the two site access contexts\n- **Synchronous** scrolling mode in the comparison view for improved readability\n- **Limit** the comparison to common or uncommon parameters of the lists\n- **Search** for specific keys or values in the parameter list\n- **Mark** parameters as favourites and view them in a dedicated view\n- **Get** location info about the parameters (which files do they appear in and with what value)\n- **Download** a file representation of the parameter lists\n- **Do it all on the console**. You can also ditch the frontend and look at some features through Symfony console commands.\n- **And** more\n\n# Help And More Info\n\n[Documentation Index](Resources/doc/index.md)\n\n# Installation\n\nMake sure Composer is installed globally, as explained in the\n[installation chapter](https://getcomposer.org/doc/00-intro.md)\nof the Composer documentation.\n\n* **Installing the newest (stable) build of the bundle for the highest supported eZ / Ibexa Platform version:**\n  ```shell\n  $ composer require cjw-network/cjw-config-processor\n  ```\n\n* **Installing the bundle for eZ / Ibexa platform version 3.***:\n  ```shell\n  $ composer require cjw-network/cjw-config-processor:3.*\n  ```\n    * [**Next Steps and Details**](Resources/doc/installation/3.x-Installation.en.md)\n\n* **Installing the bundle for eZ / Ibexa platform version 2.***:\n  ```shell\n  $ composer require cjw-network/cjw-config-processor:2.*\n  ```\n    * [**Next Steps and Details**](Resources/doc/installation/2.x-Installation.en.md)\n\n\n# Authors\n\n- [**CJW-Network**](https://www.cjw-network.com/)\n- **Frederic Bauer**\n  \u003cbr/\u003e\n  \u003cbr/\u003e\n\n# COPYRIGHT\n\nCopyright (C) 2020 CJW-Network. All rights reserved.\n\n# LICENSE\n\nhttp://www.gnu.org/licenses/gpl-2.0.txt GNU General Public License v2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjw-network%2Fcjwconfigprocessorbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcjw-network%2Fcjwconfigprocessorbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjw-network%2Fcjwconfigprocessorbundle/lists"}