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

Overview

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

You might also like...
Json-normalizer: Provides generic and vendor-specific normalizers for normalizing JSON documents

json-normalizer Provides generic and vendor-specific normalizers for normalizing JSON documents. Installation Run $ composer require ergebnis/json-nor

The fastest way to make a powerful JSON:API compatible Rest API with Laravel.
The fastest way to make a powerful JSON:API compatible Rest API with Laravel.

The first fully customizable Laravel JSON:API builder. "CRUD" and protect your resources with 0 (zero) extra line of code. Installation You can instal

Okex API Like the official document interface, Support for arbitrary extension.

It is recommended that you read the official document first Okex docs https://www.okex.com/docs/en Okex Simulation Test API https://www.okex.com/docs/

This package provides a simple and intuitive way to work on the Youtube Data API. It provides fluent interface to Youtube features.

Laravel Youtube Client This package provides a simple and intuitive way to work on the Youtube Data API. It provides fluent interface to Youtube featu

Simple game server with php without socket programming. Uses the Api request post(json).

QMA server Simple game server with php without socket programming. Uses the Api request post(json). What does this code do? Register the user as a gue

It's MX Player API gives All Content in JSON format

💞 MXPlayer API 🎵 🍻 MXPlayer API Can get Streaming URLs and Other Data in JSON Format From mxplayer.in links for Streaming 👑 How to Use : 🔐 Method

Here is an Instagram Guest API. Gather all public information as JSON format without logging yourself.

Here is an Instagram Guest API. Gather all public information as JSON format without logging yourself. It's all automation and time saving.

A composer package designed to help you create a JSON:API in Phalcon
A composer package designed to help you create a JSON:API in Phalcon

phalcon-json-api-package A composer package designed to help you create a JSON:API in Phalcon What happens when a PHP developer wants to create an API

An article about alternative solution for convert object into a JSON Object for your api.

Do we really need a serializer for our JSON API? The last years I did build a lot of JSON APIs but personally was never happy about the magic of using

Releases(v2.0.0)
  • v2.0.0(Oct 1, 2021)

    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.

    Supported methods

    • Account-related Methods

      • GetBalance
    • Blockchain-related Methods

      • DSBlockListing
      • GetBlockchainInfo
      • GetCurrentDSEpoch
      • GetCurrentMiniEpoch
      • GetDsBlock
      • GetDSBlockRate
      • GetLatestDsBlock
      • GetLatestTxBlock
      • GetMinerInfo
      • GetNetworkId
      • GetNumDSBlocks
      • GetNumTransactions
      • GetNumTxBlocks
      • GetPrevDifficulty
      • GetPrevDSDifficulty
      • GetTotalCoinSupply
      • GetTransactionRate
      • GetTxBlock
      • GetTxBlockRate
      • TxBlockListing
    • Transaction-related Methods

      • GetMinimumGasPrice
      • GetNumTxnsDSEpoch
      • GetNumTxnsTxEpoch
      • GetRecentTransactions
      • GetTransaction
    • Gererated complex data types

      • Transaction
      • Receipt
      • Exception
      • Transition
      • Message
      • RecentTransactions
      • TxBlockListings
      • TxBlockListing
      • MinerInfo
      • Shard
      • TxBlock
      • TxBlockBody
      • MicroBlockInfo
      • TxBlockHeader
      • DsBlock
      • DsBlockHeader
      • BlockchainInfo
      • ShardingStructure
      • DSBlockListings
      • DSBlockListing
      • Balance

    Version v2.0.0 documentation

    Source code(tar.gz)
    Source code(zip)
  • 1.0.0(Sep 17, 2021)

    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.

    Supported methods

    • Account-related Methods
      • GetBalance
    • Blockchain-related Methods
      • GetCurrentDSEpoch
      • GetCurrentMiniEpoch
      • GetNetworkId
      • GetNumDSBlocks
      • GetNumTransactions
      • GetNumTxBlocks
      • GetPrevDifficulty
      • GetPrevDSDifficulty
      • GetTotalCoinSupply
      • GetTransactionRate
      • GetTxBlockRate
    • Transaction-related Methods
      • GetMinimumGasPrice
      • GetNumTxnsDSEpoch
      • GetNumTxnsTxEpoch

    Version v1.0.0 documentation

    Source code(tar.gz)
    Source code(zip)
Owner
Patrick Falize
Patrick Falize
A light-weight RPC implement of google protobuf RPC framework.

sofa-pbrpc A light-weight RPC implementation of Google's protobuf RPC framework. Wiki: https://github.com/baidu/sofa-pbrpc/wiki Features High performa

Baidu 2.1k Dec 10, 2022
JSONFinder - a library that can find json values in a mixed text or html documents, can filter and search the json tree, and converts php objects to json without 'ext-json' extension.

JSONFinder - a library that can find json values in a mixed text or html documents, can filter and search the json tree, and converts php objects to json without 'ext-json' extension.

Eboubaker Eboubaker 2 Jul 31, 2022
PHP library that helps to map any input into a strongly-typed value object structure.

Valinor • PHP object mapper with strong type support Valinor is a PHP library that helps to map any input into a strongly-typed value object structure

Team CuyZ 873 Jan 7, 2023
PDF API. JSON to PDF. PDF Template Management, Visual HTML Template Editor and API to render PDFS by json data

PDF Template Management, Visual HTML Template Editor and API to render PDFS by json data PDF ENGINE VERSION: development: This is a prerelease version

Ajous Solutions 2 Dec 30, 2022
Simple XML-RPC API

Readme Ripcord: Easy XML-RPC Client and Server for PHP 5 ========================================================================

Saravanakumar Arumugam 1 Nov 22, 2021
Hprose is a cross-language RPC. This project is Hprose 3.0 for PHP

Hprose 3.0 for PHP Introduction Hprose is a High Performance Remote Object Service Engine. It is a modern, lightweight, cross-language, cross-platform

Hprose 2k Jan 4, 2023
Hprose RPC 服务 in Laravel/Lumen

基于 hprose/hprose-php 开发的Laravel扩展:whereof/laravel-hprose

wangzhiqiang 6 Mar 18, 2022
A cross-language remote procedure call(RPC) framework for rapid development of high performance distributed services.

Motan Overview Motan is a cross-language remote procedure call(RPC) framework for rapid development of high performance distributed services. Related

Weibo R&D Open Source Projects 5.8k Dec 20, 2022
Tars is a high-performance RPC framework based on name service and Tars protocol, also integrated administration platform, and implemented hosting-service via flexible schedule.

TARS - A Linux Foundation Project TARS Foundation Official Website TARS Project Official Website WeChat Group: TARS01 WeChat Offical Account: TarsClou

THE TARS FOUNDATION PROJECTS 9.6k Jan 1, 2023
Allows generate class files parse from json and map json to php object, including multi-level and complex objects;

nixihz/php-object Allows generate class files parse from json and map json to php object, including multi-level and complex objects; Installation You

zhixin 2 Sep 9, 2022