sdtech/bitgo-laravel 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sdtech/bitgo-laravel

最新稳定版本:v1.1.0

Composer 安装命令:

composer require sdtech/bitgo-laravel

包简介

It's a simple library to integrate bitgo wallet api

README 文档

README

Latest Version Issues Stars Stars Total Downloads

About

A simple library that help you to integrate bitgo wallet api like create wallet address, deposit, withdrawal, webhook etc. The current features are :

  • User login, user profile.
  • Wallet list, also single wallet.
  • Generate new wallet address, address list.
  • Build transaction, initiate transaction, send transaction.
  • Withdrawal / send coins.
  • All transaction / approval list.
  • Webhook.

Requirements

Installation

  1. From your projects root folder in terminal run:
    composer require sdtech/bitgo-laravel
  1. Publish the packages views, config file, assets, and language files by running the following from your projects root folder:
    php artisan vendor:publish --tag=bitgolaravelapi

configuration

  1. Go to your config folder, then open "bitgolaravelapi.php" file
  2. here you must add that info or add the info to your .env file .
   'BITGO_API_BASE_URL' => env('BITGO_API_BASE_URL') ?? "",
   'BITGO_API_ACCESS_TOKEN' => env('BITGO_API_ACCESS_TOKEN') ?? '',
   'BITGO_API_EXPRESS_URL' => env('BITGO_API_EXPRESS_URL') ?? '',
   'BITGO_ENV' => env('BITGO_ENV') ?? 'test',

Uses

  1. We provide a sample code of functionality that will help you to integrate easily

统计信息

  • 总下载量: 3.71k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-09-06