coinrequest/zelcash-php-api

PHP API client for ZelCash Explorer

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/coinrequest/zelcash-php-api

dev-master 2019-07-10 08:43 UTC

This package is auto-updated.

Last update: 2025-10-10 23:26:10 UTC


README

PHP package for the ZelCash API.

Getting Started

Run the following command to install this package into your project.

composer require coinrequest/zelcash-php-api 

Prerequisites

You will need Composer to install this package.

Installing

After installing this package with composer, create a new ZelCash instance.

Something like this

$zelCash = new ZelCash();

And call the desired endpoint

$zelCash->addressEndpoint()->getAddress($address);

The current implemented endpoints are:

  • /addr/[:addr][?noTxList=1][&from=&to=]
  • /tx/[:txid]
  • /block/[:hash]

Please check the endpoints at https://github.com/TheTrunk/insight-api.

Running the tests

Run the tests in the Tests directory with PHPUnit.

Built With

Contributing

Please help us to develop this package. Every input and/or feedback is really appreciated!

License

This project is licensed under the MIT License.