san4o101/plaid-api-php

PHP版的Plaid客户端包

0.0.2 2020-05-20 12:29 UTC

This package is auto-updated.

Last update: 2024-09-05 15:47:05 UTC


README

$plaid = new Plaid('you-client-id', 'you-client-secret', 'you-client-public', 'environment', 'api-version')
$client = $plaid->client();

环境

  • 生产
  • 开发
  • 沙盒

API版本

  • 2019-05-29
  • 2018-05-22
  • 2017-03-08