sdtech/bitgo-laravel
最新稳定版本:v1.1.0
Composer 安装命令:
composer require sdtech/bitgo-laravel
包简介
It's a simple library to integrate bitgo wallet api
README 文档
README
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
- From your projects root folder in terminal run:
composer require sdtech/bitgo-laravel
- 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
- Go to your config folder, then open "bitgolaravelapi.php" file
- 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
- We provide a sample code of functionality that will help you to integrate easily
统计信息
- 总下载量: 3.71k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-06