承接 shoyim/click 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

shoyim/click

Composer 安装命令:

composer require shoyim/click

包简介

Laravel click api services

README 文档

README

Total Downloads Latest Stable Version Latest Unstable Version License

Tip

This library allows you to integrate payment acceptance using "CLICK" payment system into Laravel web applications. For the library to function properly, the user must be connected to Click Merchant using the Shop API scheme. Detailed documentation is available here https://docs.click.uz.

Installation via Composer

composer require shoyim/click dev-main

Publish Configuration

php artisan vendor:publish --provider="Shoyim\Click\Providers\ClickServiceProvider" --tag="config"
# db migration
php artisan migrate

Click configuration

CLICK_ENDPOINT=https://api.click.uz/v2/merchant/
CLICK_MERCHANT_ID=your-merchant-id
CLICK_SERVICE_ID=your-service-id
CLICK_USER_ID=your-user-id
CLICK_SECRET_KEY=your-secret-key

List of the Payments methods

  • on_invoice_creating and on_invoice_created for create invoice
  • on_invoice_checking and on_invoice_checked for check invoice
  • on_canceling and on_canceled for cancel payment
  • on_card_token_creating and on_card_token_created for create card token
  • on_card_token_verifying and on_card_token_verified for verify card token
  • on_card_token_paying and on_card_token_payed for payment via card token
  • on_card_token_deleting and on_card_token_deleted for delete card token
  • on_payment_checking and on_payment_checked for check payment status by merchant_id
  • on_checking_with_merchant_trans_id and on_checked_with_merchant_trans_id for check payment status by merchant_trans_id

If you want check whether the payment user exists, complete this method

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-07-20