PHPackages                             eliosfund/plaid-php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. eliosfund/plaid-php-sdk

ActiveLibrary

eliosfund/plaid-php-sdk
=======================

Plaid SDK for Laravel and PHP.

v1.2.0(1y ago)05.3k↓50%[1 PRs](https://github.com/eliosfund/plaid-php-sdk/pulls)MITPHPPHP ^8.2CI passing

Since Jun 18Pushed 1mo agoCompare

[ Source](https://github.com/eliosfund/plaid-php-sdk)[ Packagist](https://packagist.org/packages/eliosfund/plaid-php-sdk)[ Docs](https://github.com/eliosfund/plaid-php-sdk)[ RSS](/packages/eliosfund-plaid-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (8)Versions (10)Used By (0)

Plaid PHP SDK
=============

[](#plaid-php-sdk)

[![Test Suite](https://github.com/eliosfund/plaid-php-sdk/actions/workflows/tests.yml/badge.svg)](https://github.com/eliosfund/plaid-php-sdk/actions/workflows/tests.yml)[![Downloads](https://camo.githubusercontent.com/0e7e8e84c43e8ebea179b653b91922c04a725171372bcc95c7cf340462390bbb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f656c696f7366756e642f706c6169642d7068702d73646b)](https://camo.githubusercontent.com/0e7e8e84c43e8ebea179b653b91922c04a725171372bcc95c7cf340462390bbb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f656c696f7366756e642f706c6169642d7068702d73646b)[![Packagist Version](https://camo.githubusercontent.com/c97d9f26ce7630cbced8d4b1af3d794a15da3f2efc57df4c031a74672a34ff28/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656c696f7366756e642f706c6169642d7068702d73646b)](https://camo.githubusercontent.com/c97d9f26ce7630cbced8d4b1af3d794a15da3f2efc57df4c031a74672a34ff28/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656c696f7366756e642f706c6169642d7068702d73646b)[![GitHub License](https://camo.githubusercontent.com/346739c0665e66270a8625a0a7bdb284653a0df880edba1df9167db723a0a4ae/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f656c696f7366756e642f706c6169642d7068702d73646b)](https://camo.githubusercontent.com/346739c0665e66270a8625a0a7bdb284653a0df880edba1df9167db723a0a4ae/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f656c696f7366756e642f706c6169642d7068702d73646b)[![codecov](https://camo.githubusercontent.com/de1b58df0002881e37585e18e492777c611697051c21cca6dad870c0e8fbcc81/68747470733a2f2f636f6465636f762e696f2f67682f656c696f7366756e642f706c6169642d7068702d73646b2f67726170682f62616467652e7376673f746f6b656e3d344c366e344e4c4f4442)](https://codecov.io/gh/eliosfund/plaid-php-sdk)

A PHP package to help kickstart your next [Plaid](https://plaid.com) integration.

Introduction
------------

[](#introduction)

The Plaid PHP SDK is a PHP package that provides a simple and easy-to-use interface for interacting with the Plaid API.

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Getting Started](#getting-started)
    - [Versioning](#versioning)
- [Error Handling](#error-handling)
- [Promise Support](#promise-support)
- [Products Supported](#products-supported)

Installation
------------

[](#installation)

You can install the package using [Composer](https://getcomposer.org):

```
composer require eliosfund/plaid-php-sdk
```

Getting Started
---------------

[](#getting-started)

To get started, a new instance of the `Plaid` client should be created. You can then use the instance to interact with the Plaid API. In the following example, we request a public link token that can then be used to initialize a `Link` session.

```
