netwerker / contwise-php
API Wrapper for the Contwise Infra API
v0.1.0
2022-12-04 12:24 UTC
Requires
- caseyamcl/guzzle_retry_middleware: ^2.7
- guzzlehttp/guzzle: ^7.0.1
- vlucas/phpdotenv: ^5.4.1
This package is auto-updated.
Last update: 2025-03-13 21:02:43 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.