magedahmad/tap-payment
Composer 安装命令:
composer require magedahmad/tap-payment
包简介
A package for tap.company payment gateway
README 文档
README
A neat tap payment integration with laravel
Installation
You can install the package via composer:
composer require magedahmad/tap-payment
Usage
TapCharge::charge($data);
available endpoints
- Charge
POST /charges
TapCharge::charge($data);
- Get charge
GET /charges/{id}
TapCharge::find($id);
- Subscribe
POST subscription/v1/
TapSubscribe::subscribe($data);
- Get subscribtion
GET subscription/v1/{id}
TapSubscribe::find($id);
- List subscriptions
POST subscription/v1/list
TapSubscribe::list();
- Cancel subscription
DELETE subscription/v1/{id}
TapSubscribe::cancel($id);
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email maged.ahmedr@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 63
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-03-11