defser / zilliqa-php
A library integrating Zilliqa with typed PHP.
v2.0.0
2021-09-29 18:47 UTC
Requires
- php: >=7.1
- ext-json: *
- graze/guzzle-jsonrpc: ~3.0
- pear/math_biginteger: ^1.0
Requires (Dev)
- gossi/php-code-generator: ^0.5.0
- php-coveralls/php-coveralls: ^2.0
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2024-11-11 15:04:06 UTC
README
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
Documentation
The API documentation is available at zilliqa-php.org.
For reference see the Zilliqa RPC documentation.
🤝 Supporting
zil1wyyyr29eg7qw3mys6vp86l2808vy4yl2yw389x