netwerker/contwise-php

API Wrapper for the Contwise Infra API

v0.1.0 2022-12-04 12:24 UTC

This package is auto-updated.

Last update: 2024-05-13 18:54:47 UTC


README

This is a small library to communicate with the Contwise Maps REST API using PHP. So you can access and process your Contwise data with a few steps and little previous knowledge.

In the Contwise Maps REST API documentaton you will find the structure of the individual requests.

Configuration

Please add the following information to your .env file

CONTWISE_API_KEY=xxx
CONTWISE_EDIT_API_KEY=xxx
CONTWISE_URL=xxx // https://staging-tirol.mapservices.eu/nefos_app/ OR https://tirol.mapservices.eu/nefos_app/

DEBUG=1

Further information

This package is WIP.