Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.
This repository was archived by the owner on Jun 20, 2025. It is now read-only.

Extract query / facets extraction to interface implentation #25

Open
@Haehnchen

Description

@Haehnchen

We have implemented an encode / decoder pattern for facet extraction of out the requests. This allows us to switch directly between your psr-7 parser and a Symfony form submit request

for example we replaced:

    public function getSelectedValues(UriInterface $uri)
    {
        $queryParams = Psr7\parse_query($uri->getQuery());

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions