ravebuild/xero-php

A client implementation of the Xero API, with a cleaner OAuth interface and ORM-like abstraction. With Ravebuild fixes.

v1.8.9 2020-06-17 02:38 UTC

README

This package differs from the excellent calcinai/xero-php package within the following changes:

  • Fixed Tracking Categories API bugs
  • A missing of isset checking in Application.php This library was developed for the traditional Private, Public and Partner applications, but is now based on OAuth 2 scopes.

Warning!! We don't expect any users other than Ravebuild projects to use this package because we may remove this package anytime without notice you.

The version of this package will be maintained only when Ravebuild requires to update. Please use official package above if you expect any updates.

  • PHP 5.6+

Setup

Using composer:

composer require ravebuild/xero-php

All other documentation please read the official README.