webfox / laravel-xero-oauth2
A Laravel integration for Xero using the Oauth 2.0 spec
7.0.0
2026-03-22 09:51 UTC
Requires
- php: ^8.2
- illuminate/auth: ^12.0|^13.0
- illuminate/cache: ^12.0|^13.0
- illuminate/database: ^12.0|^13.0
- illuminate/events: ^12.0|^13.0
- illuminate/filesystem: ^12.0|^13.0
- illuminate/http: ^12.0|^13.0
- illuminate/routing: ^12.0|^13.0
- illuminate/session: ^12.0|^13.0
- illuminate/support: ^12.0|^13.0
- illuminate/validation: ^12.0|^13.0
- xeroapi/xero-php-oauth2: ^11.0
Requires (Dev)
- orchestra/testbench: ^10.0|^11.0
- phpunit/phpunit: ^10.5|^11.0|^12.5.12
- symfony/var-dumper: ^6.2|^7.0
This package is auto-updated.
Last update: 2026-03-22 10:14:45 UTC
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://foxbytehq.github.io/laravel-xero-oauth2/
License
The MIT License (MIT). Please see License File for more information.