defser/zilliqa-php

A library integrating Zilliqa with typed PHP.

v2.0.0 2021-09-29 18:47 UTC

This package is auto-updated.

Last update: 2024-04-11 13:44:45 UTC


README

CircleCI Coverage Status Code Inspector License: MIT Version Downloads

is a typed PHP-7.1+ interface to Zilliqa JSON-RPC API.

Check out the latest API documentation.

Add library in a composer.json file

{
  "autoload": {
    "psr-4": {
      "Zilliqa\\": "src/"
    }
  },
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/defser/zilliqa-php.git"
    }
  ],
  "require": {
    "defser/zilliqa-php": "^1.0"
  }
}

Usage

composer require defser/zilliqa-php

architecture diagram

Documentation

The API documentation is available at zilliqa-php.org.

For reference see the Zilliqa RPC documentation.

🤝 Supporting

zil1wyyyr29eg7qw3mys6vp86l2808vy4yl2yw389x