PHPackages                             harryqt/trongrid-php-sdk - 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. harryqt/trongrid-php-sdk

ActiveLibrary[API Development](/categories/api)

harryqt/trongrid-php-sdk
========================

Trongrid api php sdk library

v1.0.0(2w ago)113PHP

Since Jul 28Pushed 2w ago1 watchersCompare

[ Source](https://github.com/harryqt/trongrid-php-sdk)[ Packagist](https://packagist.org/packages/harryqt/trongrid-php-sdk)[ RSS](/packages/harryqt-trongrid-php-sdk/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Trongrid PHP SDK
================

[](#trongrid-php-sdk)

[Trongrid](https://www.trongrid.io) PHP SDK

Install
-------

[](#install)

```
composer require harryqt/trongrid-php-sdk
```

Usage
-----

[](#usage)

```
use Harryqt\Trongrid\TrongridConnector;
use Harryqt\Trongrid\Requests\GetContractTransactionInfoByAccountAddressRequest;

$connector = new TrongridConnector('token');
$request = new GetContractTransactionInfoByAccountAddressRequest(
    address: 'TS2GiCi3duopsEkdMhaSXS7zPjNt9ydbvi',
    only_confirmed: true
);
$response = $connector->send($request);

print_r($response->body());
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance96

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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

20d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18257605?v=4)[𝙃𝘼𝙍𝙍𝙔](/maintainers/harryqt)[@harryqt](https://github.com/harryqt)

---

Top Contributors

[![harryqt](https://avatars.githubusercontent.com/u/18257605?v=4)](https://github.com/harryqt "harryqt (12 commits)")

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/harryqt-trongrid-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/harryqt-trongrid-php-sdk/health.svg)](https://phpackages.com/packages/harryqt-trongrid-php-sdk)
```

###  Alternatives

[sandorian/moneybird-api-php

Moneybird API client for PHP

148.6k](/packages/sandorian-moneybird-api-php)[myoutdeskllc/salesforce-php

salesforce library for php8+

1586.3k](/packages/myoutdeskllc-salesforce-php)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1125.1k](/packages/codebar-ag-laravel-docuware)

PHPackages © 2026

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