khandieyea/xeroci

There is no license information available for the latest version (v50.0.1) of this package.

v50.0.1 2019-08-21 00:17 UTC

This package is auto-updated.

Last update: 2024-03-21 19:14:09 UTC


README

A weak attempt at creating a Xero API wrapper/client for Xero private applications, ideally for use with CI.

Deps

PHP >= 5.5.9

https://github.com/guzzle/guzzle

https://github.com/guzzle/oauth-subscriber/

Installation

Using composer, add the following requirement to your composer.json

"require": {
  "khandieyea/xeroci": "dev-master"
},