PHPackages                             soulseekah/phpeosio - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. soulseekah/phpeosio

ActiveLibrary[HTTP &amp; Networking](/categories/http)

soulseekah/phpeosio
===================

A native EOSIO HTTP JSON RPC client

0.1.0(4y ago)210MITPHP

Since Dec 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/soulseekah/phpeosio)[ Packagist](https://packagist.org/packages/soulseekah/phpeosio)[ RSS](/packages/soulseekah-phpeosio/feed)WikiDiscussions trunk Synced 1mo ago

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

PHPEOSIO
========

[](#phpeosio)

A minimalistic and pure PHP implementation to interact with EOSIO blockchains via JSON RPC endpoints via HTTP.

Installation
------------

[](#installation)

```
composer require soulseekah/phpeosio
```

Usage
-----

[](#usage)

```
// Connect to local JSON RPC endpoint via HTTP
$client = new PHPEOSIO\Client( 'http://localhost:8888' );

// Add permission with private key
$client->add_key( 'soulseekah@active', '5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3' );

// Create, sign and push transaction
$client->push_transaction( 'eosio', 'bidname', [
	'bidder' => 'soulseekah',
	'newname' => 'phpeosio',
	'bid' => '1 EOS',
], 'soulseekah@active' );

// Send tokens via a transaction
$client->push_transaction( 'eosio.token', 'transfer', [
	'from': 'soulseekah',
	'to': 'eosio',
	'quantity': '10 EOS',
	'memo': 'Thank you for your service.',
], 'soulseekah@active' );
```

Methods
-------

[](#methods)

```
$client->get_info(); // Get chain info
$client->get_abi( $account ); // Get contract ABI
$client->get_table_rows( $account, $table, $scope ); // Get table rows
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

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

1610d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/113c5f9278504b2e6d55fce1f8412914ed6328ff34c3b9e099493e36d2f875b7?d=identicon)[soulseekah](/maintainers/soulseekah)

---

Top Contributors

[![soulseekah](https://avatars.githubusercontent.com/u/685880?v=4)](https://github.com/soulseekah "soulseekah (8 commits)")

---

Tags

rpcblockchaineoseosio

### Embed Badge

![Health badge](/badges/soulseekah-phpeosio/health.svg)

```
[![Health](https://phpackages.com/badges/soulseekah-phpeosio/health.svg)](https://phpackages.com/packages/soulseekah-phpeosio)
```

###  Alternatives

[graze/guzzle-jsonrpc

JSON-RPC 2.0 client for Guzzle

981.2M24](/packages/graze-guzzle-jsonrpc)[datto/json-rpc-http

HTTP client and server for JSON-RPC 2.0

66525.9k5](/packages/datto-json-rpc-http)[manamine/php-eos-rpc-sdk

PHP SDK for the EOS RPC API

207.5k](/packages/manamine-php-eos-rpc-sdk)

PHPackages © 2026

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