amici/craft-querystring-to-object

Craft CMS filter to convert Query String to Object.

Installs: 352

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

Type:craft-plugin

pkg:composer/amici/craft-querystring-to-object

1.0.1 2020-03-24 04:48 UTC

This package is auto-updated.

Last update: 2025-09-15 20:13:49 UTC


README

Craft CMS filter to convert Query String to Object.

Installation

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".

Usage

{% set obj = craft.app.request.queryStringWithoutPath | queryToObj %}
{% set obj = craft.app.request.queryString | queryToObj %}

Documentation

Visit the Craft Query to Object page for all documentation, guides, pricing and developer resources.

Support

Get in touch with us via the Amici Infotech Support or by creating a Github issue