PHPackages                             jorijn/ynab-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. [API Development](/categories/api)
4. /
5. jorijn/ynab-sdk-php

AbandonedArchivedLibrary[API Development](/categories/api)

jorijn/ynab-sdk-php
===================

(non-official) YNAB API PHP Library

1.0.0(8y ago)151.3k7[2 issues](https://github.com/Jorijn/ynab-sdk-php/issues)1Apache-2.0PHPPHP &gt;=5.5

Since Apr 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Jorijn/ynab-sdk-php)[ Packagist](https://packagist.org/packages/jorijn/ynab-sdk-php)[ Docs](https://jorijn.com)[ RSS](/packages/jorijn-ynab-sdk-php/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (4)Versions (2)Used By (1)

YNAB-SDK-PHP
============

[](#ynab-sdk-php)

[![Latest Stable Version](https://camo.githubusercontent.com/75873fefb25b7290685c41a7e73d6e4900577ba85efba7c60c108fea518126e0/68747470733a2f2f706f7365722e707567782e6f72672f6a6f72696a6e2f796e61622d73646b2d7068702f762f737461626c65)](https://packagist.org/packages/jorijn/ynab-sdk-php)[![Total Downloads](https://camo.githubusercontent.com/4acc157fb7c158f182f3152dda5b8bc9c0b7a5e4d2ee37eaaacef960e3d0181f/68747470733a2f2f706f7365722e707567782e6f72672f6a6f72696a6e2f796e61622d73646b2d7068702f646f776e6c6f616473)](https://packagist.org/packages/jorijn/ynab-sdk-php)[![License](https://camo.githubusercontent.com/5867d844f9efd8b8de4968001d144b7a46f56085d52e0888865063f3cf4cf871/68747470733a2f2f706f7365722e707567782e6f72672f6a6f72696a6e2f796e61622d73646b2d7068702f6c6963656e7365)](https://packagist.org/packages/jorijn/ynab-sdk-php)[![Monthly Downloads](https://camo.githubusercontent.com/0a9b4f2648a2a228c8945889e87ffda1d7ac6621efec37501ecb9a578f09ef00/68747470733a2f2f706f7365722e707567782e6f72672f6a6f72696a6e2f796e61622d73646b2d7068702f642f6d6f6e74686c79)](https://packagist.org/packages/jorijn/ynab-sdk-php)[![Build Status](https://camo.githubusercontent.com/0b9d97adb0cf8ae66fbbe55f3abbfc6b99db9c6d038371687f17df05a44e38d3/68747470733a2f2f7472617669732d63692e6f72672f4a6f72696a6e2f796e61622d73646b2d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Jorijn/ynab-sdk-php)

Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at

This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 1.0.0
- Package version: 1.0.0
- Build package: io.swagger.codegen.languages.PhpClientCodegen

Requirements
------------

[](#requirements)

PHP 7.1 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), execute the following command:

```
$ composer require jorijn/ynab-sdk-php
```

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/YNAB-SDK-PHP/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

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

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
