kitano/payment-sips-bundle 问题修复 & 功能扩展

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

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

kitano/payment-sips-bundle

Composer 安装命令:

composer require kitano/payment-sips-bundle

包简介

SIPS payment system driver for kitano/payment-bundle.

关键字:

README 文档

README

KitanoPaymentSipsBundle
=======================

This bundle is used to manage SIPS payment system with the KitanoPaymentBundle.
Kitano is just a namespace for bundles created by Kitpages (http://www.kitpages.fr) and Anonymation (www.anonymation.com).

Author : Philippe Le Van (@plv)

Installation
============

Install SIPS files
------------------
create a directory app/config/sips

untar the plugin archive into this directory. You should get the files

app/config/sips/bin
app/config/sips/logo
app/config/sips/param
app/config/sips/sample
app/config/sips/Version.txt

Install SIPS certificate
------------------------
copy your certificate into app/config/sips/param
Ex app/config/sips/param/certif.fr.011223344551111

Change the configuration in config.yml
--------------------------------------
parameters:
    payment.service:  "kitano_payment_fake.payment_system.fake"

kitano_payment:
    service:
        payment_system: %payment.service%

kitano_payment_fake:
    config:
        base_url: %payment_fake.base_url%
        return_url_ok: %base_url%/shop/backToShopOk
        return_url_err: %base_url%/shop/backToShopErr
        notification_url: %base_url%/payment/kitano_payment/payment/notification

kitano_payment_sips:
    config:
        merchant_id: 011223344551111
        merchant_country: fr
        normal_return_url: %base_url%/shop/backToShop
        cancel_return_url: %base_url%/shop/backToShop
        automatic_response_url: %base_url%/payment/kitano_payment/payment/notification
        pathfile: "%kernel.root_dir%/config/sips/param/pathfile"
        default_language: en
        default_teplate_file: ~
        default_currency_code: 978
    bin:
        request_bin: "%kernel.root_dir%/config/sips/bin/static/request"
        response_bin: "%kernel.root_dir%/config/sips/bin/static/response"

Add things in deps
------------------
[KitanoPaymentBundle]
    git=http://github.com/Kitano/KitanoPaymentBundle.git
    target=/Kitano/PaymentBundle
    version=origin/master

[KitanoPaymentSipsBundle]
    git=http://github.com/Kitano/KitanoPaymentSipsBundle.git
    target=/Kitano/PaymentSipsBundle
    version=origin/master

[KitanoPaymentFakeBundle]
    git=http://github.com/Kitano/KitanoPaymentFakeBundle.git
    target=/Kitano/PaymentFakeBundle
    version=origin/master

kitano/payment-sips-bundle 适用场景与选型建议

kitano/payment-sips-bundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 503 次下载、GitHub Stars 达 3, 最近一次更新时间为 2012 年 01 月 16 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「payment」 「sips」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 kitano/payment-sips-bundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 kitano/payment-sips-bundle 我们能提供哪些服务?
定制开发 / 二次开发

基于 kitano/payment-sips-bundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

  • Stars: 3
  • Watchers: 2
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: BSD
  • 更新时间: 2012-01-16