1. Go to this page and download the library: Download elminson/plaid-sdk-php library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
elminson / plaid-sdk-php example snippets
$client = new \TomorrowIdeas\Plaid\Plaid("your-client-id", "your-secret", "environment");
$options = [
"foo" => "bar",
"baz" => "bat"
];
use TomorrowIdeas\Plaid\Plaid;
PLAID_CLIENT_ID"),
\getenv("PLAID_CLIENT_SECRET"),
\getenv("PLAID_ENVIRONMENT")
);
$item = $plaid->items->get("itm_1234");