Skip to content

netWERKER-Mediahaus/contwise-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contwise PHP Library

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.