vidhyaprakash/razorpay-payment-gateway 问题修复 & 功能扩展

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

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

vidhyaprakash/razorpay-payment-gateway

最新稳定版本:v1.0.2

Composer 安装命令:

composer require vidhyaprakash/razorpay-payment-gateway

包简介

This package will help developers to intgerate the razorpay payment gateway to your existing application.

README 文档

README

Issues Forks Stargazers

Steps to usage the package

This will help developers to integerate RazorPay Payment Gateway With our Existing Application. Lets see how to use our package.

Note: Ensure that you have already installed laravel/ui and auth scaffolding.

  composer require vidhyaprakash/razorpay-payment-gateway

Update your .env file with API_KEY and Secret (you can fetch this from Razorpay dashboard)

    RAZORPAY_KEY="********************"
    RAZORPAY_SECRET="************"

This package has migration, model, controllers, config and views ready for use. It uses products and orders table in migration. Products table is used to store all the products that you want to sell. Show all the products from the index view and from that index use a href tag to call the route (GET) payment-process-page with product id. The sample page is given in views.

    http://url/products

The above url will show all products. (Requesting to add / seed your own data)

    http://url/payment-process/{product}

The above url will show the button which has integerated with razorpay ready to go for payments.

    http://url/payment-status

The above url will verify the payment with razorpay and also add the payment information to the orders table.

Made with love in India

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-07-11