Download the PHP package zinntikumugai/multilightblockexplorer-api without Composer

On this page you can find all versions of the php package zinntikumugai/multilightblockexplorer-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package multilightblockexplorer-api

MultiLightBlockExplorer Library

Build Status GitHub license GitHub last commit GitHub top language PHP from Packagist

namuyan氏提供のMultiLightBlockExplorerを使いやすくするためを目的としたAPIライブラリです。
途中で名称を変えたため、プログラム上ではMultiLightBlockExplorerAPIとなっています。

動作条件

使い方

そのほかは、Examples.phpを参考にしてください。
MultiLightBlockExplorerのAPIはこちらです

API対応表

関数名を多少変えてる部分があるためご注意ください。

API名 URL(一部) 関数名
ブロック情報取得 /api/block/[:hash] getBlock($hash)
ブロックハッシュ取得 /api/block-index/[:height] getBlockIndex($height)
トランザクションデータ取得 /api/tx/[:txid] getTx($txid)
生トランザクションデータ取得 /api/rawtx/[:rawid] getRawTx($rawTxid)
アドレス確認 /api/addr-validate/[:addr] getAddrValidate($addr)
アドレスデータ取得 /api/addr/[:addr] getAddr($addr)
アドレスデータ(Balance)取得 /api/addr/[:addr]/balance getAddrBalance($addr)
アドレスデータ(TotalRecived)取得 /api/addr/[:addr]/totalReceived getAddrTotalRecived($addr)
アドレスデータ(TotalSent)取得 /api/addr/[:addr]/totalSent getAddrTotalSent($addr)
アドレスデータ(UnconfirmedBalance)取得 /api/addr/[:addr]/unconfirmedBalance getAddrUnconfirmedBalance($addr)
アドレスデータ(Utxo)取得 /api/addr/[:addr]/utxo getAddrUtxo($addr)
未使用TXID取得 /api/addrs/[:addrs]/utxo getAddrsUtxos($addr = [])
未使用TXID取得 POSTメソッド /api/addrs/utxo [POST] (未実装)
ブロック内TXID取得 /api/txs/?block=HASH getBlockTxid($hash)
アドレス関連TXID取得 /api/txs/?address=ADDR getAddrTxid($addr)
アドレス関連TXID取得(複数) /api/addrs/[:addrs]/txs[?from=&to=] (動作確認できなかったため未実装)
アドレス関連TXID取得(複数) POSTメソッド /api/addrs/txs [POST] (未実装)
トランザクションブロードキャスト POSTメソッド /api/tx/send [POST] (未実装)
APIステータス取得() /api/status?q=getInfo getAPIGetInfo()
APIステータス取得() /api/status?q=getBlockCount getAPIGetBlockCount()
APIステータス取得() /api/status?q=getDifficulty getAPIGetDifficulty()
APIステータス取得(上記全て) (独自追加) getAPIStatus()
Coind同期状態取得 /api/sync getCoindSync()

Donation

BitZeny Zi7ryQ9xJ9Qxu4jHU5tJNYA4rdzSs2Lmgk
MonaCoin MTAMPypAxdaMHfRQRHrZCVhkp3JqhkDzri
BitCoin 1FTx4P9tuko3u8cHnAM23aeEvx7MLpNhwW


All versions of multilightblockexplorer-api with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package zinntikumugai/multilightblockexplorer-api contains the following files

Loading the files please wait ....