jeromeerasmus/laravel_auth_myob

Authentication wrapper for MYOB Account Right v2

0.1 2019-12-23 07:29 UTC

This package is auto-updated.

Last update: 2024-04-28 15:07:04 UTC


README

Based off Laramyob - https://github.com/lukecurtis93/laramyob/

Installation

You can install the package via composer:

composer require jeromeerasmus/laravel_auth_myob

Setup

ENV requirements:

MYOB_CLIENT_ID=
MYOB_CLIENT_SECRET=
MYOB_REDIRECT_URI=myob/login
MYOB_GRANT_TYPE=authorization_code
MYOB_SCOPE=CompanyFile

Credits

License

The MIT License (MIT). Please see License File for more information.