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(6y ago)162MITPHPPHP &gt;=7.1.0CI failing

Since Jun 21Pushed 4y 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 3w 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 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

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

2203d 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.7k9.5M89](/packages/openai-php-laravel)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[resend/resend-php

Resend PHP library.

617.2M43](/packages/resend-resend-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[mozex/anthropic-laravel

Laravel integration for the Anthropic API: facade, config publishing, install command, testing fakes, messages, streaming, tool use, thinking, and batches.

74331.3k1](/packages/mozex-anthropic-laravel)

PHPackages © 2026

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