supplycart / xero
Xero integration
2.0.2
2024-06-19 09:14 UTC
Requires
- php: ^8.3
- ext-json: *
- guzzlehttp/guzzle: ^7.0.1
- spatie/data-transfer-object: ^3.9
- spatie/laravel-data: ^3.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.6
- orchestra/testbench: ^9.0
- dev-master
- 2.0.2
- 2.0.1
- 2.0.0
- v1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.3.23
- 0.3.22
- 0.3.21
- 0.3.20
- 0.3.19
- 0.3.18
- 0.3.17
- 0.3.16
- 0.3.15
- 0.3.14
- 0.3.13
- 0.3.12
- 0.3.11
- 0.3.10
- 0.3.9
- 0.3.8
- 0.3.7
- 0.3.6
- 0.3.5
- 0.3.4
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.0
- 0.1.0
- dev-ST-9699/FEAT/Get-Invoice-PDF
- dev-ST-6372-FIX_Xero-Kept-Disconnecting
- dev-ST-6210-FEAT_Create-Bill-Checking-In-Xero
This package is auto-updated.
Last update: 2025-03-19 10:49:22 UTC
README
A simple Laravel package to work with XERO API. Using latest OAuth 2.0.
Getting Started
- Register and create new application in XERO, https://developer.xero.com.
- Get Client ID and Client Secret key and key in the redirect URI.
Installation
Install the package using composer:
composer require supplycart/xero
Add this to your .env
file:
XERO_CLIENT_ID={your client id} XERO_CLIENT_SECRET={your client secret} XERO_REDIRECT_URI={your oauth redirect uri} XERO_AUTHENTICATED_URI={your redirected url after oauth}