san4o101/plaid-api-php

Plaid Client package with PHP

0.0.2 2020-05-20 12:29 UTC

This package is auto-updated.

Last update: 2024-05-05 15:11:38 UTC


README

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

Environments

  • production
  • development
  • sandbox

API versions

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