承接 subscribo/omnipay-subscribo-shared 相关项目开发

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

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

subscribo/omnipay-subscribo-shared

最新稳定版本:v0.3.8

Composer 安装命令:

composer require subscribo/omnipay-subscribo-shared

包简介

Package with shared functionality for some Omnipay payment processing library drivers

README 文档

README

is extending functionality of Omnipay Common and providing shared functionality for some Omnipay drivers.

Build Status

  • PSR-7 Message sending using Guzzle client currently (June 2015) used by Omnipay Common
  • SimpleRestfulRequestTrait to help sending http requests
  • RestfulResponseInterface, AbstractRestfulResponse and SimpleRestfulResponse to help making Omnipay responses out of http responses
  • Widget interface and basic functionality
  • Support for widget-based workflow (for APIs providing at some point displayable widget or parameter(s) to create it)
  • Extended CreditCard class (additional attributes)
  • Extended Item (additional attributes) and ItemBag classes
  • Address parser helper

Important note:

  • This is a beta version.

Installing

Add dependency on this package to your Omnipay driver composer.json.

You might need to add also dependencies to packages psr/http-message and egeloen/http-adapter, if you are using protected method HttpMessageSendingTrait::sendHttpMessage()

    "require": {
        "subscribo/omnipay-subscribo-shared": "~0.3.8",
        "egeloen/http-adapter": "~1.0.1",
        "psr/http-message": "~1.0"
    }

Usage

You can extend abstract classes provided by this package, use CreditCard and/or Item and ItemBag classes provided by this package, use Widget base functionality provided by this package, use trait SimpleRestfulRequestTrait for creating and sending http requests or use just trait HttpMessageSendingTrait (for PSR-7 http message sending) use helper GuzzleClientHelper (for httpClient logging using PSR-3 logger) or use helper AddressParser (for parsing of first line of address)

Contributing

For contribution guidelines see CONTRIBUTING.md

License

Package Subscribo OmnipaySubscriboShared is published under MIT License

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-04-30