cjw-network/cjw-config-processor

Inspired by the old eZPublish Ini viewer: Parses the configuration of your Symfony server / eZ - / Ibexa platform and allows visual access to the configuration in a human readable way for a better development experience.

v3.1.0 2021-01-08 12:43 UTC

This package is auto-updated.

Last update: 2024-04-08 23:04:04 UTC


README

Goal

This Bundle has been created to serve the function of parsing / processing the existing parameter-/options array that exists within a standard symfony and especially eZ - / Ibexa - Platform app. Similar to the eZPublish Ini settings viewer of old, it is supposed to take the existing configuration and provide a visual representation that is easy to read, understand and work with for developers. Therefore, it provides various functions, options and views to display site access context specific parameters, values and much more.

Provided Functionality

Installing the bundle (refer to Installation further down the page), will add a Config Processing View tab under the Admin tab of the standard eZ / Ibexa Backoffice. Clicking that tab will bring you to the frontend this bundle provides with the following functionality (excerpt):

  • Display of the entire configuration of your Symfony project
  • Filter for and display parameters in a specific site access context
  • View and compare parameters in up to two specific site access contexts at the same time
  • Automatic Highlighting of differences within the two site access contexts
  • Synchronous scrolling mode in the comparison view for improved readability
  • Limit the comparison to common or uncommon parameters of the lists
  • Search for specific keys or values in the parameter list
  • Mark parameters as favourites and view them in a dedicated view
  • Get location info about the parameters (which files do they appear in and with what value)
  • Download a file representation of the parameter lists
  • Do it all on the console. You can also ditch the frontend and look at some features through Symfony console commands.
  • And more

Help And More Info

Documentation Index

Installation

Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.

  • Installing the newest (stable) build of the bundle for the highest supported eZ / Ibexa Platform version:

    $ composer require cjw-network/cjw-config-processor
  • Installing the bundle for eZ / Ibexa platform version 3.*:

    $ composer require cjw-network/cjw-config-processor:3.*
  • Installing the bundle for eZ / Ibexa platform version 2.*:

    $ composer require cjw-network/cjw-config-processor:2.*

Authors

COPYRIGHT

Copyright (C) 2020 CJW-Network. All rights reserved.

LICENSE

http://www.gnu.org/licenses/gpl-2.0.txt GNU General Public License v2