biila-pay/laravel-api-wrapper
Composer 安装命令:
composer require biila-pay/laravel-api-wrapper
包简介
Provides Biila Pay API wrapper for Laravel
关键字:
README 文档
README
This package provides a streamlined access to the Biila Pay API within your Laravel project.
Installation
Run the following command in the root folder of your Laravel project.
composer require biila-pay/laravel-api-wrapper
Config values
BIILA_PAY_API_TOKEN (required)
Token that grants access to the API.
Examples
Get payment
use BiilaPay\LaravelApiWrapper\Facades\BiilaPayApi; $payment = BiilaPayApi::getPayment('7eb726a0-2c1f-4c4a-b736-6aa46732a6d7')->json(); // OR $payment = BiilaPayApi::get('payment/7eb726a0-2c1f-4c4a-b736-6aa46732a6d7')->json();
统计信息
- 总下载量: 29
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-09-29