ynab-sdk-laravel / ynab-sdk-laravel
An SDK for working with YNAB's API in Laravel.
Package info
github.com/danielh-official/ynab-sdk-laravel
pkg:composer/ynab-sdk-laravel/ynab-sdk-laravel
Requires
- php: ^8.2
- guzzlehttp/guzzle: ^7.9.2
- guzzlehttp/promises: ^2.0.4
- illuminate/contracts: ^10.0||^11.0||^12.0
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- larastan/larastan: ^2.9||^3.0
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.1.1||^7.10.0
- orchestra/testbench: ^10.0.0||^9.0.0||^8.22.0
- pestphp/pest: ^4.1.6||^v3.7.4||^v2.36.0
- pestphp/pest-plugin-arch: ^4.0||^v3.0||^v2.7.0
- pestphp/pest-plugin-laravel: ^4.0.0||^v3.1.0||^v2.4.0
- phpstan/extension-installer: ^1.3||^2.0
- phpstan/phpstan-deprecation-rules: ^1.1||^2.0
- phpstan/phpstan-phpunit: ^1.3||^2.0
- projektgopher/whisky: ^0.7.1
- spatie/laravel-ray: ^1.40.0
This package is auto-updated.
Last update: 2026-03-30 01:27:35 UTC
README
Important
If you use this package, please be sure to leave a star on the repository. It would help a lot!
Introduction
The YNAB SDK for Laravel provides an expressive interface for interacting with YNAB's API within a Laravel application.
Tip
For testing this package on a Laravel template, you can clone this repo: ynab-sdk-laravel-template.
Installation
You can install the package via composer:
composer require ynab-sdk-laravel/ynab-sdk-laravel
You can publish the following files with:
# config php artisan vendor:publish --tag=ynab-sdk-laravel-config # views php artisan vendor:publish --tag=ynab-sdk-laravel-views # migrations php artisan vendor:publish --tag=ynab-sdk-laravel-migrations
Usage
Read the wiki to learn more about how to use this package in your Laravel project.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.