PHPackages                             codybutz/cardano-php-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. codybutz/cardano-php-api

ActiveLibrary[HTTP &amp; Networking](/categories/http)

codybutz/cardano-php-api
========================

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

0.0.4(7y ago)7873PHPPHP ^5.6|^7.0

Since Apr 23Pushed 7y ago2 watchersCompare

[ Source](https://github.com/codybutz/cardano-php-api)[ Packagist](https://packagist.org/packages/codybutz/cardano-php-api)[ RSS](/packages/codybutz-cardano-php-api/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)Dependencies (3)Versions (6)Used By (0)

cardano-php-api
===============

[](#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:

- Explorer Wrapper - Wrapper for the [Cardano Explorer API](https://cardanodocs.com/technical/explorer/api/).
- (Upcoming) Cardano-SL Wallet API Wrapper - Wrapper for the [Cardano SL Wallet Backend](https://cardanodocs.com/technical/wallet-backend/).

Installation
------------

[](#installation)

Install with composer:

```
composer require codybutz/cardano-php-api
```

Usage
-----

[](#usage)

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

### Using the Explorer API

[](#using-the-explorer-api)

```
