magedahmad/tap-payment 问题修复 & 功能扩展

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

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

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
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-03-11