Search by

cowegis / cowegis-api-bundle

netzmacht

Cowegis API Bundle - Content Web GIS API Bundle

Package info

github.com/cowegis/cowegis-api-bundle

Type:symfony-bundle

pkg:composer/cowegis/cowegis-api-bundle

Fund package maintenance!

dmolineus

Statistics

Installs: 687

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 1

2.1.0 2026-09-02 14:44 UTC

This package is auto-updated.

Last update: 2026-09-02 14:45:08 UTC


README

This is the base symfony bundle providing the API entrypoints of the cowegis project

Requirements

  • PHP ^8.2

Install

composer require cowegis/cowegis-api-bundle

Schema endpoint

The GET {prefix}/docs/schema.json document is generated dynamically from every installed Cowegis bundle. Responses are envelopes: GET .../map/{mapId} returns { "map": <MapSchema>, "assets": [<Asset>] } and the layer-data endpoints return { "data": <…>, "assets": [<Asset>] }. info.version defaults to the installed cowegis/cowegis-api-bundle version; pin it with cowegis.api.version.