PHPackages                             kesar/eos-php - 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. kesar/eos-php

ActiveLibrary[API Development](/categories/api)

kesar/eos-php
=============

EOS client library in PHP

3643520[6 issues](https://github.com/kesar/eos-php/issues)PHP

Since Jun 11Pushed 5y ago4 watchersCompare

[ Source](https://github.com/kesar/eos-php)[ Packagist](https://packagist.org/packages/kesar/eos-php)[ RSS](/packages/kesar-eos-php/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

EOS RPC Client in PHP
=====================

[](#eos-rpc-client-in-php)

### Install:

[](#install)

```
 composer require kesar/eos-php:dev-master
```

### Examples:

[](#examples)

```
use EOSPHP\EOSClient;

include 'vendor/autoload.php';

$client = new EOSClient('http://127.0.0.1:8888');

$info = $client->chain()->getInfo();
$block = $client->chain()->getBlock(2);
$account = $client->chain()->getAccount('eosio');
$code = $client->chain()->getCode('eosio');
$stats = $client->chain()->getCurrencyStats('eosio.token', 'EOS');
$balance = $client->chain()->getCurrencyBalance('eosio.token', 'eosio.token', 'EOS');
$transaction = $client->history()->getTransaction('29716ecdd6a8555fab509321faabfb5d06e0bf25db678347c360e7f85159ca38');
$actions = $client->history()->getActions('eosio.token');

print_r($actions);
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/257deab5e740bd7c0f3daf9d3edaa316e51149d51fcf7520d1faf084e9d1826a?d=identicon)[kesar](/maintainers/kesar)

---

Top Contributors

[![kesar](https://avatars.githubusercontent.com/u/1288106?v=4)](https://github.com/kesar "kesar (7 commits)")[![lukestokes](https://avatars.githubusercontent.com/u/344748?v=4)](https://github.com/lukestokes "lukestokes (2 commits)")

---

Tags

blockchaineoseosiophp

### Embed Badge

![Health badge](/badges/kesar-eos-php/health.svg)

```
[![Health](https://phpackages.com/badges/kesar-eos-php/health.svg)](https://phpackages.com/packages/kesar-eos-php)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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