dbp/campusonline-api

v0.3.18 2024-03-19 14:23 UTC

README

GitHub | Packagist

Test

The goal of this package is to provide a PHP API for the various web services provided by CAMPUSonline.

<?php

use Dbp\CampusonlineApi\Rest\Api;

$api = new Api('https://qline.example.at/online/', 'client_id', 'client_secret');
$ucard = $api->UCard();
$ucard->getCardsForIdentIdObfuscated('1234567890');