An open API service indexing awesome lists of open source software.

https://github.com/dragonbe/teamleader-sdk-php

A PHP library to interact with Teamleader API.
https://github.com/dragonbe/teamleader-sdk-php

Last synced: 6 months ago
JSON representation

A PHP library to interact with Teamleader API.

Awesome Lists containing this project

README

          

# Teamleader SDK for PHP

This library is a lightweight software development kit (SDK) for [Teamleader Focus API](https://developer.teamleader.eu).

## Requirements

This library follows the active supported [PHP versions](https://www.php.net/supported-versions.php), which means that the following PHP versions are supported:

- PHP 8.3: until December 31, 2025
- PHP 8.4: until December 31, 2026

This SDK uses PHP native functionality ensuring that it is compatible with all major PHP frameworks and user land solutions.

## Installation

This libary is available as a composer package. Installation follows the composer standard to install libaries.

```bash
composer require dragonbe/teamleader-sdk-php
```

## Usage

[TBD]