webfox / laravel-xero-oauth2
A Laravel integration for Xero using the Oauth 2.0 spec
Installs: 288 043
Dependents: 2
Suggesters: 0
Security: 0
Stars: 50
Watchers: 9
Forks: 32
Open Issues: 1
Requires
- php: ^8.2|^8.3|^8.4
- laravel/framework: ^10.0|^11.0
- xeroapi/xero-php-oauth2: ^7.1
Requires (Dev)
- orchestra/testbench: ^8.0|^9.0
- phpunit/phpunit: ^10.5|^11.0
- symfony/var-dumper: ^6.2|^7.0
README
This package integrates the new recommended package of xeroapi/xero-php-oauth2 using the Oauth 2.0 spec with Laravel.
Installation
You can install this package via composer using the following command:
composer require webfox/laravel-xero-oauth2
Documentation
Documentation for this package can be found at https://webfox.github.io/laravel-xero-oauth2/
License
The MIT License (MIT). Please see License File for more information.