PHP bindings for the Plaid API
The Plaid REST API. Please see https://plaid.com/docs/api for more details.
# Updates * Adding support for transaction sync (`Transactions::sync()`) * Adding support for recurring transactions (`Transactions::recurring()`)
# Updates * Adding support for PHP 8.1
# Fixes * Recipient address is now optional (aligning with Plaid documentation) when calling `payments->createRecipient()` method. # Updates * Cl…
# Fixes * Fixing typo in README. * Updating Docblock type for all `$options` parameters to be `array<string,mixed>` instead of `array<string,strin…
# Updates * Adding `@throws` Docblock annotations for better IDE integration. * Updating documentation for `User` entity.
# Fixes * Adding `$options` param to Accounts::list method.
# Updates * Adding `$options` to `Accounts::getIdentity()` method. * Fixing typo in documentation around `User` entitty.
# Fixes * Adding `$county_code` params to institution endpoints that required them.