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.
- Host: GitHub
- URL: https://github.com/dragonbe/teamleader-sdk-php
- Owner: DragonBe
- License: mit
- Created: 2025-03-28T15:57:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T17:06:55.000Z (over 1 year ago)
- Last Synced: 2025-04-27T10:11:46.896Z (about 1 year ago)
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
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]