Craft CMS filter to convert Query String to Object.
Open your terminal and go to your Craft project:
cd /path/to/project
Run this command to load the plugin:
composer require amici/craft-querystring-to-object
In the Control Panel, go to Settings → Plugins and click the “Install” button for "Query string to Object".
{% set obj = craft.app.request.queryStringWithoutPath | queryToObj %}
{% set obj = craft.app.request.queryString | queryToObj %}
Visit the Craft Query to Object page for all documentation, guides, pricing and developer resources.
Get in touch with us via the Amici Infotech Support or by creating a Github issue