Xero integration

Maintainers

Details

github.com/supplycart/xero

Source

Installs: 39 014

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

v1.0.4 2023-03-22 03:05 UTC

README

A simple Laravel package to work with XERO API. Using latest OAuth 2.0.

Getting Started

  1. Register and create new application in XERO, https://developer.xero.com.
  2. 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}