Download the PHP package calcasa/api without Composer

On this page you can find all versions of the php package calcasa/api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package api

calcasa/api

The Calcasa API is used to connect to Calcasa provided services. This is the first production version of the service

Client packages

Nuget - Packagist - PyPI

Client implementation notes

Clients should at all times be tolerant to the following:

OpenAPI Specification

This API is documented in OpenAPI format version 3 you can use tools like the OpenAPI Generator to generate API clients for for example the languages we don't provide a pre-built client for. This is documented here.

Changelog

2024-05-14 (v1.3.1)

2023-11-14 (v1.3.0)

2023-04-17 (v1.2.1)

2022-08-04 (v1.2.0)

2022-07-12 (v1.1.7)

2022-05-19 (v1.1.6)

2022-04-13 (v1.1.5)

2022-04-12 (v1.1.4)

2022-03-22 (v1.1.3)

2022-03-17 (v1.1.2)

2022-03-08 (v1.1.1)

2022-03-07 (v1.1.0)

2021-02-04

2022-01-11 (v1.0.2)

2021-12-23

2021-12-22 (v1.0.1)

2021-12-21

2021-12-13 (v1.0.0)

Cross-Origin Resource Sharing

This API features Cross-Origin Resource Sharing (CORS) implemented in compliance with W3C spec. And that allows cross-domain communication from the browser. All responses have a wildcard same-origin which makes them completely public and accessible to everyone, including any code on any site.

Authentication

Authentication is done via OAuth2 and the client credentials grant type.

Previous versions changelogs

2022-02-02

2021-12-23

2021-12-10 (v0.0.6)

2021-11-25 (v0.0.5)

2021-11-23 (v0.0.4)

2021-11-15 (v0.0.3)

2021-11-11

2021-11-10

2021-11-09

2021-11-08

2021-10-13

2021-09-29

2021-09-22

For more information, please visit https://www.calcasa.nl/contact.

Installation & Usage

Requirements

PHP 7.4 and later. Should also work with PHP 8.0.

Composer

To install the bindings via Composer, add the following to composer.json:

Then run composer install

Manual Installation

Download the files and include autoload.php:

Getting Started

Please follow the installation procedure and then run the following:

API Endpoints

All URIs are relative to https://api.calcasa.nl

Class Method HTTP request Description
AdressenApi getAdres GET /api/v1/adressen/{bagNummeraanduidingId} Adres info op basis van BAG Nummeraanduiding Id.
AdressenApi searchAdres POST /api/v1/adressen/zoeken Zoek adres info op basis van het gegeven adres.
BestemmingsplannenApi getBestemmingById GET /api/v1/bestemmingsplannen/{bagNummeraanduidingId} Gegevens over de bestemmingsplannen op de locatie van een adres (BAG Nummeraanduiding ID).
BodemApi getBodemById GET /api/v1/bodem/{bagNummeraanduidingId} Gegevens over de bodemkwaliteit op de locatie van een adres (BAG Nummeraanduiding ID).
BuurtApi getBuurt GET /api/v1/buurt/{buurtCode} Gegevens over een buurt en de wijk, gemeente en land waarin deze buurt gesitueerd is.
CallbacksApi addOrUpdateCallbackSubscription POST /api/v1/callbacks/inschrijvingen Voeg een callback inschrijving toe (of werk bij) voor de huidige client voor een adres.
CallbacksApi deleteNotificationSubscription DELETE /api/v1/callbacks/inschrijvingen/{bagNummeraanduidingId} Verwijder de callback inschrijving voor deze client, dit adres en optioneel een geldverstrekker.
CallbacksApi getNotificationSubscription GET /api/v1/callbacks/inschrijvingen/{bagNummeraanduidingId} Haal de callback inschrijving op voor deze client, dit adres en eventueel opgegeven geldverstrekker.
CallbacksApi getNotificationSubscriptions GET /api/v1/callbacks/inschrijvingen Haal de callback inschrijvingen binnen voor deze client.
ConfiguratieApi getCallbacks GET /api/v1/configuratie/callbacks Haal de geconfigureerde callback URL's op voor de huidige client.
ConfiguratieApi updateCallbacks POST /api/v1/configuratie/callbacks Configureer callback URL voor een specifieke API versie voor de huidige client.
FacturenApi getFactuur GET /api/v1/facturen/{id} Factuur op basis van een waardering Id.
FotosApi getFoto GET /api/v1/fotos/{id} Foto op basis van een foto Id.
FunderingenApi getFunderingById GET /api/v1/funderingen/{bagNummeraanduidingId} Gegevens over de fundering op de locatie van een adres (BAG Nummeraanduiding ID).
GeldverstrekkersApi getGeldverstrekkers GET /api/v1/geldverstrekkers/{productType} Alle geldverstrekkers die te gebruiken zijn voor aanvragen.
RapportenApi getRapport GET /api/v1/rapporten/{id} Rapport op basis van waardering Id.
WaarderingenApi createWaardering POST /api/v1/waarderingen Creërt een waardering.
WaarderingenApi getWaardering GET /api/v1/waarderingen/{id} Waardering op basis van Id.
WaarderingenApi getWaarderingOntwikkeling GET /api/v1/waarderingen/{id}/ontwikkeling Waardering ontwikkeling op basis van waardering Id.
WaarderingenApi patchWaarderingen PATCH /api/v1/waarderingen/{id} Patcht een waardering.
WaarderingenApi searchWaarderingen POST /api/v1/waarderingen/zoeken Zoek waardering op basis van input parameters.

Models

Authorization

oauth

oauth

Tests

To run the tests, use:

Author

[email protected]

About this package

This PHP package is automatically generated by the OpenAPI Generator project:


All versions of api with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3 || ^8.0
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package calcasa/api contains the following files

Loading the files please wait ....