PHPackages                             ffsoft-foss/tron-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. ffsoft-foss/tron-sdk

ActiveLibrary

ffsoft-foss/tron-sdk
====================

A PHP API for interacting with Tron (Trx)

4.1.1(1y ago)02.3k↓100%1MITPHPPHP &gt;=8.0

Since Sep 12Pushed 1y agoCompare

[ Source](https://github.com/ffsoft-foss/tron-sdk)[ Packagist](https://packagist.org/packages/ffsoft-foss/tron-sdk)[ Docs](https://github.com/iexbase/tron-api)[ RSS](/packages/ffsoft-foss-tron-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (6)Versions (32)Used By (0)

TRON API
========

[](#tron-api)

A PHP API for interacting with the Tron Protocol

[![Latest Stable Version](https://camo.githubusercontent.com/9e951ff2f675ec983d0243774e7bce1cc6ad5e1b7e112551ba3d05db6576da10/68747470733a2f2f706f7365722e707567782e6f72672f696578626173652f74726f6e2d6170692f76657273696f6e)](https://packagist.org/packages/iexbase/tron-api)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build Status](https://camo.githubusercontent.com/64801e7bb85f3cf73e81b5e0236a2dd04793d70b5df090cc870cd2bd8057b78b/68747470733a2f2f6170692e7472617669732d63692e636f6d2f696578626173652f74726f6e2d6170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/iexbase/tron-api)[![Contributors](https://camo.githubusercontent.com/54345c2cbbe1331508b13056645101b3326b4ffde17f71a79d97858c931e5e29/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f696578626173652f74726f6e2d6170692e737667)](https://github.com/iexbase/tron-api/graphs/contributors)[![Total Downloads](https://camo.githubusercontent.com/e3042b5dfcbc3a636cba7289fcfcebea60b439b3cb7cb186b065b487538d45e7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696578626173652f74726f6e2d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/iexbase/tron-api)

Install
-------

[](#install)

```
> composer require iexbase/tron-api --ignore-platform-reqs
```

Requirements
------------

[](#requirements)

The following versions of PHP are supported by this version.

- PHP 7.4

Example Usage
-------------

[](#example-usage)

```
use IEXBase\TronAPI\Tron;

$fullNode = new \IEXBase\TronAPI\Provider\HttpProvider('https://api.trongrid.io');
$solidityNode = new \IEXBase\TronAPI\Provider\HttpProvider('https://api.trongrid.io');
$eventServer = new \IEXBase\TronAPI\Provider\HttpProvider('https://api.trongrid.io');

try {
    $tron = new \IEXBase\TronAPI\Tron($fullNode, $solidityNode, $eventServer);
} catch (\IEXBase\TronAPI\Exception\TronException $e) {
    exit($e->getMessage());
}

$this->setAddress('..');
//Balance
$tron->getBalance(null, true);

// Transfer Trx
var_dump($tron->send('to', 1.5));

//Generate Address
var_dump($tron->createAccount());

//Get Last Blocks
var_dump($tron->getLatestBlocks(2));

//Change account name (only once)
var_dump($tron->changeAccountName('address', 'NewName'));

// Contract
$tron->contract('Contract Address');

```

Testing
-------

[](#testing)

```
$ vendor/bin/phpunit
```

Donations
---------

[](#donations)

**Tron(TRX)**: TRWBqiqoFZysoAeyR1J35ibuyc8EvhUAoY

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 83.5% 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 ~77 days

Recently: every ~184 days

Total

28

Last Release

708d ago

Major Versions

v1.3.7 → v2.0.12018-11-06

v2.0.7 → v3.02020-09-23

v3.1.2 → 4.02021-05-29

PHP version history (6 changes)v1.0PHP ^7.1

v3.1.2PHP ^7.2

4.0PHP ^7.3

4.0.1PHP ^7.4

4.0.1.1PHP ^7.4|^8.0|^8.1

4.1.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/04b9aeb216da91fd04329e1c8600550aff40e27f3e79fbc847ca85b49260a881?d=identicon)[kryvel](/maintainers/kryvel)

---

Top Contributors

[![serderovsh](https://avatars.githubusercontent.com/u/24723913?v=4)](https://github.com/serderovsh "serderovsh (248 commits)")[![1099511627776](https://avatars.githubusercontent.com/u/2117414?v=4)](https://github.com/1099511627776 "1099511627776 (19 commits)")[![kaankozan](https://avatars.githubusercontent.com/u/38933295?v=4)](https://github.com/kaankozan "kaankozan (9 commits)")[![kryvel](https://avatars.githubusercontent.com/u/13569035?v=4)](https://github.com/kryvel "kryvel (9 commits)")[![maximw](https://avatars.githubusercontent.com/u/3213260?v=4)](https://github.com/maximw "maximw (6 commits)")[![sharifzadesina](https://avatars.githubusercontent.com/u/205923701?v=4)](https://github.com/sharifzadesina "sharifzadesina (3 commits)")[![sashabeton](https://avatars.githubusercontent.com/u/23243361?v=4)](https://github.com/sashabeton "sashabeton (2 commits)")[![dogdev](https://avatars.githubusercontent.com/u/4762407?v=4)](https://github.com/dogdev "dogdev (1 commits)")

---

Tags

iexbasetron-libtron-phptron-apitron-rest-api

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ffsoft-foss-tron-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/ffsoft-foss-tron-sdk/health.svg)](https://phpackages.com/packages/ffsoft-foss-tron-sdk)
```

###  Alternatives

[iexbase/tron-api

A PHP API for interacting with Tron (Trx)

437136.9k8](/packages/iexbase-tron-api)

PHPackages © 2026

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