Skip to content

Zilliqa PHP 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.

License

Notifications You must be signed in to change notification settings

defser/zilliqa-php

Repository files navigation

Zilliqa-PHP

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

About

Zilliqa PHP 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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published