PHP wrapper for the YNAB API. Read the documentation at https://api.youneedabudget.com

1.0.0 2021-04-23 03:39 UTC

README

Build Status

NOTE: The YNAB API is currently only available to Early Access users. If you are interested in requesting access before the API is generally available, please fill out this form.

Please read the YNAB API documentation for an overview of using the API and a complete list of available resources.

This client is generated using the Swagger Code Generator.

Installation

composer require jerrylopez/ynab

Development

  • Install dependencies: composer install
  • Generate latest client based on swagger spec: script/generate
  • Run tests: ./vendor/bin/phpunit

Examples