PHPackages                             rewardswise/yodlee-sdk-php - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. rewardswise/yodlee-sdk-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

rewardswise/yodlee-sdk-php
==========================

This file describes the Yodlee Platform APIs using the swagger notation. You can use this swagger file to generate client side SDKs to the Yodlee Platform APIs for many different programming languages. Yodlee API v1.1 - Overview&lt;/a&gt;.&lt;br&gt;&lt;br&gt;You will have to set the header before making the API call. The following headers apply to all the APIs:&lt;ul&gt;&lt;li&gt;Authorization: This header holds the access token&lt;/li&gt; &lt;li&gt; Api-Version: 1.1&lt;/li&gt;&lt;/ul&gt;&lt;b&gt;Note&lt;/b&gt;: If there are any API-specific headers, they are mentioned explicitly in the respective API's description.

0.0.3(9mo ago)03unlicensePHPPHP ^8.1

Since Aug 1Pushed 9mo agoCompare

[ Source](https://github.com/RewardsWise/yodlee-sdk-php)[ Packagist](https://packagist.org/packages/rewardswise/yodlee-sdk-php)[ Docs](https://openapi-generator.tech)[ RSS](/packages/rewardswise-yodlee-sdk-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (4)Used By (0)

OpenAPIClient-php
=================

[](#openapiclient-php)

This file describes the Yodlee Platform APIs using the swagger notation. You can use this swagger file to generate client side SDKs to the Yodlee Platform APIs for many different programming languages. Yodlee API v1.1 - Overview.

You will have to set the header before making the API call. The following headers apply to all the APIs:

- Authorization: This header holds the access token
- Api-Version: 1.1

**Note**: If there are any API-specific headers, they are mentioned explicitly in the respective API's description.Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
