Download the PHP package khomerikik/laravel-bitgo-wallet without Composer

On this page you can find all versions of the php package khomerikik/laravel-bitgo-wallet. 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 laravel-bitgo-wallet

Laravel BitGo Wallet Package

This package is a Laravel wrapper for BitGo's API, allowing developers to interact with cryptocurrency wallets, manage transactions, and handle other wallet-related operations efficiently within Laravel applications.

๐Ÿ“‹ Overview

The Khomeriki\BitgoWallet package provides a set of features to:

Core Features

Setting Up BitGo Express with Docker

To use the Khomeriki\BitgoWallet package, BitGo Express needs to be running as a local service. BitGo Express acts as a bridge between your application and the BitGo API, securely managing wallet interactions and signing transactions.

Pulling the BitGo Express Docker Image First, pull the latest BitGo Express image from Docker Hub:

docker pull bitgosdk/express

๐Ÿ›  Installation

  1. Install via Composer:

  2. Publish the configuration file and set up your BitGo API credentials:

  3. Update .env file with BitGo credentials:

Usage

The following sections provide usage examples for core features of the package.

1. Wallet Initialization & Generation

Initialize a wallet instance for a specific coin:

Generate a new wallet with a label and passphrase:

2. Listing Wallets

Fetch all available wallets with optional parameters:

3. Address Management

Generate a new address within the wallet:

4. Transfers

Creating a Transfer

Create a transfer to multiple recipients:

Fetching Transfers

Retrieve all transfers associated with a wallet:

Get a specific transfer by its ID:

5. Webhook Management

Add a webhook for a wallet with a callback URL to track transaction confirmations:

6. Balance Management

Get Maximum Spendable Balance

Calculate the maximum spendable amount:

Consolidate Wallet Balance

Consolidate wallet UTXOs to optimize the wallet balance:

API Reference

Each of the package methods is designed to directly map to BitGoโ€™s API. Refer to the BitGo API documentation. for more details on the data structure and optional parameters that can be included.

Contributing

  1. Fork the repository and clone it.
  2. Set up your local development environment with appropriate BitGo credentials.
  3. Make your changes and write tests to verify functionality.
  4. Submit a pull request with a clear description of changes.

๐Ÿงช Testing

This package includes test cases to verify core functionality. Run the test suite using:

๐Ÿ“œ License

This package is open-sourced software licensed under the MIT license.


All versions of laravel-bitgo-wallet with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
guzzlehttp/guzzle Version >=7.4
illuminate/contracts Version >=9.0
illuminate/support Version >=9.11
spatie/laravel-package-tools Version >=1.9.2
ext-readline Version *
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 khomerikik/laravel-bitgo-wallet contains the following files

Loading the files please wait ....