ynab-sdk-laravel/ynab-sdk-laravel

An SDK for working with YNAB's API in Laravel.

Maintainers

Package info

github.com/danielh-official/ynab-sdk-laravel

Homepage

pkg:composer/ynab-sdk-laravel/ynab-sdk-laravel

Statistics

Installs: 111

Dependents: 0

Suggesters: 0

Stars: 7

Open Issues: 2

v1.2.0 2025-12-12 18:55 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.