PHPackages                             jeeinn/link-token-trans - 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. [Payment Processing](/categories/payments)
4. /
5. jeeinn/link-token-trans

AbandonedArchivedLibrary[Payment Processing](/categories/payments)

jeeinn/link-token-trans
=======================

A LinkToken Transaction SDK base on OneThingCloud Co.

0.1(7y ago)112MITPHPPHP ^7.1.3

Since May 16Pushed 7y ago1 watchersCompare

[ Source](https://github.com/jeeinn/LinkTokenTrans)[ Packagist](https://packagist.org/packages/jeeinn/link-token-trans)[ Docs](https://github.com/jeeinn/LinkTokenTrans)[ RSS](/packages/jeeinn-link-token-trans/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (2)Used By (0)

LinkTokenTrans
==============

[](#linktokentrans)

链克交易查询

A LinkToken Transaction SDK base on OneThingCloud Inc.

Method
------

[](#method)

**getBalance**

获取账户当前链克数

```
$balance = $trans->getBalance();
print_r($balance);
```

**getTransCount**

获取帐户交易的次数

```
$count = $trans->getTransCount();
print_r($count);
```

**getRecords**

getRecords(int $page=1, int $pageCount=20)

获取交易记录

```
use LinkTokenTrans\Trans;

$address = '0x405d8ef6f679718374ce83c05ed373d7140ac3c8';
$trans = new Trans($address);
$records = $trans->getRecords();
print_r($records);
```

TODO
----

[](#todo)

1. 读取钱包文件，设置密码后发起一笔交易
2. 如果官方API有变，尽可能更新
3. Others...

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

2919d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b4c1467c33e60574b9120ed16208140d0edbae8ab77aa2f6c7badac1df7da71f?d=identicon)[jeeinn](/maintainers/jeeinn)

---

Top Contributors

[![jeeinn](https://avatars.githubusercontent.com/u/13930054?v=4)](https://github.com/jeeinn "jeeinn (2 commits)")

---

Tags

transactionlinktokenwankeyun

### Embed Badge

![Health badge](/badges/jeeinn-link-token-trans/health.svg)

```
[![Health](https://phpackages.com/badges/jeeinn-link-token-trans/health.svg)](https://phpackages.com/packages/jeeinn-link-token-trans)
```

###  Alternatives

[imdhemy/google-play-billing

Google Play Billing

491.3M5](/packages/imdhemy-google-play-billing)[bitpay/sdk

Complete version of the PHP library for the new cryptographically secure BitPay API

42337.5k4](/packages/bitpay-sdk)[buckaroo/sdk

Buckaroo payment SDK

12189.1k9](/packages/buckaroo-sdk)[contica/facturador-electronico-cr

Un facturador de código libre para integrar facturación electrónica en Costa Rica a un proyecto PHP

2128.8k](/packages/contica-facturador-electronico-cr)

PHPackages © 2026

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