2024-12-22 23:49:15 +01:00
2024-12-22 23:49:04 +01:00
2024-12-22 23:49:04 +01:00
2024-12-22 23:49:04 +01:00

stability-wip GitHub release (latest by date including pre-releases) MIT License

klicktipp-php-client

An unofficial client for the Klicktipp API.

Installation

This project can easily be installed through Composer.

composer require d3/klicktipp-php-client

Set-up connection

Prepare the client for connecting to Klicktipp with your client key and secret key.

$klicktipp = new \D3\KlicktippPhpClient\Klicktipp(
    $clientkey,
    $secretkey,
    new \GuzzleHttp\Client(...)                             // optional
);

search a subscriber

$subscriberId = $klicktipp->subscriber()->search('me@johndoe.net');
$subscriber = $klicktipp->subscriber()->search($subscriberId);

Supported endpoints (still being added)

API

= Done, and tested
☑️ = Done, but not yet tested
= Not yet developed
= deprecated/not supported

Endpoint Status
account ☑️
subscriber ☑️
tag
Description
No description provided
Readme 262 KiB
Languages
PHP 100%