承接 kiezelpay/client 相关项目开发

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

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

kiezelpay/client

Composer 安装命令:

composer require kiezelpay/client

包简介

API Client for the KiezelPay Pebble app payment system.

README 文档

README

The official API Client for the KiezelPay Pebble app payment system. Currently supports checking the payment status of a user, and providing the payment code, trial expiry, and licensed status.

Install

Via Composer

$ composer require kiezelpay/client

Usage

// Initiate App client
$app = new KiezelPay\Client\App($appId);

// Check payment status for specified user and device
$status = $app->status($accountToken, $deviceId);

// User is licensed
if ($status->isLicensed()) {
    // ...
}

// Payment code available
if ($status->isUnlicensed()) {
    // ...
}

// User is in trial period
if ($status->isTrial()) {
    // ...
}

Contributing

Contributions are welcome, and we accept contributions via Pull Requests.

Please follow the PSR-2 Coding Standard, write tests for any new or changed code, and document any changes.

License

The MIT License (MIT). Please see LICENSE.md for more information.

Security

If you discover any security related issues, please email stephen@rees-carter.net instead of using the issue tracker.

Change log

2016-04-19 - v1.0.1

Fixes

  • Bugfix: Guzzle v6 doesn't support ->json().

2016-04-19 - v1.0.0 - Initial Release

Added

  • Payment Status API check.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-04-18

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固