承接 verschoof/bunq-api-bundle 相关项目开发

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

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

verschoof/bunq-api-bundle

Composer 安装命令:

composer require verschoof/bunq-api-bundle

包简介

Implements the bunq-api into your Symfony application

README 文档

README

A Symfony2 bundle to implement the bunq client

Installation

Require the package

composer require verschoof/bunq-api-bundle

Register bundle in the AppKernel

$bundles = array(
    ...
    new Verschoof\BunqApiBundle\BunqApiBundle(),
    ...
)

Add configuration to your config.yml

bunq_api:
    storage_location: "var/data/bunq"
    key:              "Api key"
    uri:              "End point"
    permitted_ips:    "List of permitted ips"

Make sure the private and public certificate exists

cd var/data/bunq/certificates/
openssl genpkey -algorithm RSA -out private.pem -pkeyopt rsa_keygen_bits:2048 && openssl rsa -pubout -in private.pem -out public.pem

Don't forget to make var/data/bunq as symlink so your installation tokens/certificates are not gone after a deploy.

Usage

See Resources/config/service.yml for the availble resources

$paymentResource = $this->get('bunq_payment_resource');
$listOfPayments  = $paymentResource->listPayments(1, 1);

See https://github.com/verschoof/bunq-api for more information

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-05-20

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固