jeromeerasmus / laravel_auth_myob
Authentication wrapper for MYOB Account Right v2
0.1
2019-12-23 07:29 UTC
Requires
- php: ^7.1
- guzzlehttp/guzzle: ~6.0
- illuminate/database: 5.8.*
- illuminate/support: 5.8.*
- nesbot/carbon: ^1.26.3
Requires (Dev)
- orchestra/testbench: 3.7.*
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2025-03-28 17:06:18 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.