PHPackages                             kgdiem/true-layer-upstream - 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. kgdiem/true-layer-upstream

ActiveLibrary[API Development](/categories/api)

kgdiem/true-layer-upstream
==========================

A simple SDK for working with TrueLayer APIs

v0.3.2(6y ago)0179MITPHP

Since Feb 3Pushed 6y ago1 watchersCompare

[ Source](https://github.com/kgdiem/TrueLayer)[ Packagist](https://packagist.org/packages/kgdiem/true-layer-upstream)[ RSS](/packages/kgdiem-true-layer-upstream/feed)WikiDiscussions master Synced 2w ago

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

TrueLayer SDK
=============

[](#truelayer-sdk)

**Start a token request**

```

$tl = new TrueLayer\Connection(
    $client_id,
    $client_secret,
    $redirect_uri
);

header('Location: ' . $tl->getAuthorizartionLink());

```

**Exchange the token and get account info**

```
$token = $tl->getOauthToken($code);

$accounts = (new TrueLayer\Bank\Accounts($tl, $token))
            ->getAllAccounts();

var_dump($accounts);

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~32 days

Recently: every ~10 days

Total

7

Last Release

2511d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13109365?v=4)[Kevin Diem](/maintainers/kgdiem)[@kgdiem](https://github.com/kgdiem)

---

Top Contributors

[![waxim](https://avatars.githubusercontent.com/u/3833567?v=4)](https://github.com/waxim "waxim (13 commits)")[![kgdiem](https://avatars.githubusercontent.com/u/13109365?v=4)](https://github.com/kgdiem "kgdiem (1 commits)")[![yarlson](https://avatars.githubusercontent.com/u/751584?v=4)](https://github.com/yarlson "yarlson (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kgdiem-true-layer-upstream/health.svg)

```
[![Health](https://phpackages.com/badges/kgdiem-true-layer-upstream/health.svg)](https://phpackages.com/packages/kgdiem-true-layer-upstream)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k34](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1942.4k4](/packages/aimeos-prisma)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
