Skip to content

Releases: defser/zilliqa-php

V2.0.0 release of "Zilliqa PHP"

01 Oct 10:18

Choose a tag to compare

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

First major release of "Zilliqa PHP"

17 Sep 12:24

Choose a tag to compare

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