PHPackages                             mainnet-cash/mainnet-php-generated - 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. mainnet-cash/mainnet-php-generated

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

mainnet-cash/mainnet-php-generated
==================================

A developer friendly bitcoin cash wallet api This API is currently in \*active\* development, breaking changes may be made prior to official release of version 1.0.0.

3.1.7(3mo ago)22.3k5unlicensePHPPHP &gt;=7.2

Since Nov 16Pushed 3mo agoCompare

[ Source](https://github.com/mainnet-cash/mainnet-php-generated)[ Packagist](https://packagist.org/packages/mainnet-cash/mainnet-php-generated)[ Docs](https://openapi-generator.tech)[ RSS](/packages/mainnet-cash-mainnet-php-generated/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (277)Used By (0)

Mainnet
=======

[](#mainnet)

A developer friendly bitcoin cash wallet api

This API is currently in *active* development, breaking changes may be made prior to official release of version 1.0.0.

This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 3.1.7
- Build package: org.openapitools.codegen.languages.PhpClientCodegen

Requirements
------------

[](#requirements)

PHP 7.2 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/mainnet-cash/mainnet-php-generated.git"
    }
  ],
  "require": {
    "mainnet-cash/mainnet-php-generated": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/Mainnet/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit
```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
