PHPackages                             sunnyphp/ttlock - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. sunnyphp/ttlock

ActiveLibrary[API Development](/categories/api)

sunnyphp/ttlock
===============

TTLock SDK

0.3.0(2y ago)31.5k1WTFPLPHPPHP ^7.4 || ^8

Since Nov 16Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/sunnyphp/ttlock)[ Packagist](https://packagist.org/packages/sunnyphp/ttlock)[ RSS](/packages/sunnyphp-ttlock/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (9)Versions (5)Used By (0)

TTLock Cloud API SDK
====================

[](#ttlock-cloud-api-sdk)

PHP SDK for [TTLock Cloud API v3](https://euopen.ttlock.com/document/doc?urlName=cloud/oauth2/getAccessTokenEn.html)

Installation
------------

[](#installation)

See [clients &amp; adapters](https://docs.php-http.org/en/latest/clients.html) list in HTTPlug documentation if you're using another HTTP client (not Guzzle 7).

HTTP client should be compatible with PSR-18 (implementing `psr/http-client-implementation`).

```
composer require sunnyphp/ttlock php-http/guzzle7-adapter
```

```
