PHPackages                             mtigdemir/ava-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. mtigdemir/ava-php

ActiveLibrary[API Development](/categories/api)

mtigdemir/ava-php
=================

AVA Labs Gecko PHP Client

v0.1(5y ago)162MITPHPPHP &gt;=7.1.0CI failing

Since Jun 21Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (4)Used By (0)

AVAX Client for PHP
===================

[](#avax-client-for-php)

[![Build Status](https://camo.githubusercontent.com/aeb8e0171473bdc02366946d6ef48e6db218b3604d60b1deb1262e833bb043ca/68747470733a2f2f7472617669732d63692e6f72672f6d74696764656d69722f6176612d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mtigdemir/ava-php)

PHP Client Wrapper for AVA Nodes

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

[](#requirements)

- Up &amp; running AVA Node to use PHP Client

```
$ composer require mtigdemir/ava-php
```

Initialize AVA Client
---------------------

[](#initialize-ava-client)

```
// Default Connection (127.0.0.1:9650)
$client = new \AVA\AVAClient();

$username = "php-ava";
$password = "ava-password";
```

Key Store
---------

[](#key-store)

```
$client->keyStore->createUser($username, $password);
$client->keyStore->deleteUser($username, $password);
```

X-Chain
-------

[](#x-chain)

```
$client->xchain->createAddress($username, $password);
$client->xchain->listAddresses($username, $password);
$client->xchain->send($username, $password, $receiverAddress); // Default Asset AVA
$client->xchain->getBalance($address); // Default Asset AVA
```

P-Chain
-------

[](#p-chain)

```
$client->pchain->createAccount($username, $password);
```

Admin
-----

[](#admin)

```
$client->admin->nodeID();
$client->admin->networkName();
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity42

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

2155d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a56fedd71c58d7e26fd28f0250258bf916c63949ec13d6dbd8082406d40ff474?d=identicon)[mtigdemir](/maintainers/mtigdemir)

---

Top Contributors

[![mtigdemir](https://avatars.githubusercontent.com/u/5165536?v=4)](https://github.com/mtigdemir "mtigdemir (2 commits)")

---

Tags

avalancheblockchainphpphp-clientapiclientblockchainAVA

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mtigdemir-ava-php/health.svg)

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

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[resend/resend-php

Resend PHP library.

564.7M21](/packages/resend-resend-php)[crowdin/crowdin-api-client

PHP client library for Crowdin API v2

611.5M5](/packages/crowdin-crowdin-api-client)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[markrogoyski/numverify-api-client-php

Numverify API Client for PHP

1220.9k](/packages/markrogoyski-numverify-api-client-php)[hardcastle/xrpl_php

PHP SDK / Client for the XRP Ledger

129.7k5](/packages/hardcastle-xrpl-php)

PHPackages © 2026

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