san4o101/plaid-api-php

Plaid Client package with PHP

Installs: 158

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/san4o101/plaid-api-php

0.0.2 2020-05-20 12:29 UTC

This package is auto-updated.

Last update: 2025-10-05 18:18:37 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