# Params

A wrapper around a URL params that converts it into a Kirby Obj for easier access of each param.

****

- Full class name: `Kirby\Http\Params`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Http/Params.php#L20>

****

### Params

- [$params->__call()](https://getkirby.com/docs/reference/objects/http/params/__call.md)
- [new Params()](https://getkirby.com/docs/reference/objects/http/params/__construct.md)
- [$params->__debugInfo()](https://getkirby.com/docs/reference/objects/http/params/__debug-info.md)
- [$params->__get()](https://getkirby.com/docs/reference/objects/http/params/__get.md)
- [$params->__toString()](https://getkirby.com/docs/reference/objects/http/params/__to-string.md)
- [Params::extract()](https://getkirby.com/docs/reference/objects/http/params/extract.md)
- [$params->get()](https://getkirby.com/docs/reference/objects/http/params/get.md)
- [$params->isEmpty()](https://getkirby.com/docs/reference/objects/http/params/is-empty.md)
- [$params->isNotEmpty()](https://getkirby.com/docs/reference/objects/http/params/is-not-empty.md)
- [$params->merge()](https://getkirby.com/docs/reference/objects/http/params/merge.md)
- [Params::separator()](https://getkirby.com/docs/reference/objects/http/params/separator.md)
- [$params->toArray()](https://getkirby.com/docs/reference/objects/http/params/to-array.md)
- [$params->toJson()](https://getkirby.com/docs/reference/objects/http/params/to-json.md)
- [$params->toKeys()](https://getkirby.com/docs/reference/objects/http/params/to-keys.md)
- [$params->toString()](https://getkirby.com/docs/reference/objects/http/params/to-string.md)