Kirby Team Kirby Team

Kirby Query Language (KQL)

Kirby's Query Language API combines the flexibility of Kirby's data structures, the power of GraphQL and the simplicity of REST.

Manual

Download and extract the folder to site/plugins/kql

Composer

Git Submodule

{
    "query": "page('photography').children",
    "select": {
        "url": true,
        "title": true,
        "text": "page.text.markdown"
    }
}
Version
2.2.0
License
MIT
Stars
145
Supports
K4 K3
Updated
9 Sep 2024
Implements
More