YNAB API PHP Library
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/ynabDevelopment
- Install dependencies:
composer install - Generate latest client based on swagger spec:
script/generate - Run tests:
./vendor/bin/phpunit