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(8y ago)112MITPHPPHP ^7.1.3

Since May 16Pushed 8y 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 2w ago

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 26% 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

2966d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13930054?v=4)[一颗红心](/maintainers/jeeinn)[@jeeinn](https://github.com/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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[chargebee/chargebee-php

ChargeBee API client implementation for PHP

758.3M9](/packages/chargebee-chargebee-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[imdhemy/google-play-billing

Google Play Billing

491.4M5](/packages/imdhemy-google-play-billing)

PHPackages © 2026

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