Search by

lifeos / rentablo-api

taces2

PHP Rentablo API

Package info

github.com/LifeOS-HQ/rentablo-api

pkg:composer/lifeos/rentablo-api

Statistics

Installs: 32

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2022-06-02 01:26 UTC

This package is auto-updated.

Last update: 2026-08-29 02:26:53 UTC


README

A PHP Wrapper for the rentablo.de API

Installation

composer require lifeos/rentablo-api

Usage

$api = new Dasumi\Rentablo\Api(Api::URI);
$isAuthenticated = $api->authenticate($username, $passwort);

$accounts = $api->accounts->get();