Skip to content

A open-source project to allow users to connect to the Cardano API using PHP.

License

Notifications You must be signed in to change notification settings

codybutz/cardano-php-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cardano-php-api

An open-source project to allow users to connect to the Cardano API using PHP. There will be two APIs included in this Wrapper:

Installation

Install with composer:

composer require codybutz/cardano-php-api

Usage

This package contains two components: Explorer Wrapper and Cardano-SL Wallet API Wrapper.

Using the Explorer API

<?php
$explorer = new \Butz\Cardano\Explorer\ExplorerAPI();

$address = $explorer->getAddressSummary('DdzFF...'); // Returns an AddressSummary object.

Using the Wrapper API

TODO

Run tests

Invoke the test runner as follows:

phpunit

License

This code is licensed under the MIT License

Submitting bugs and feature requests

If any problems are found please email me at codyjbutz@gmail.com or submit an issue to this repository.

Donations

Any donations are very much appreciated :)

ADA Address: DdzFFzCqrhstC3R3qTJFzvcGYJqxiTGCY4WVZ2fU2Gw9kva2aUYrz83QcTmKDGfK4YceUiip1eP75NwUDyP17jofpHrNbo3WB84NcN5W

About

A open-source project to allow users to connect to the Cardano API using PHP.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages