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
Requires
- php: >=5.6.0
- ext-json: *
- ext-simplexml: *
- calcinai/oauth2-xero: ^1.0
- guzzlehttp/guzzle: ^6.5
- guzzlehttp/psr7: ^1.5
Requires (Dev)
- phpunit/phpunit: ^5
- dev-master
- 2.0.x-dev
- v1.8.9
- v1.8.8
- v1.8.7
- v1.8.6
- v1.8.5
- v1.8.4
- v1.8.3
- v1.8.2
- v1.8.1
- v1.8.0
- v1.7.1
- v1.7.0
- v1.6.2
- v1.6.1
- v1.6.0
- v1.5.0
- v1.4.1
- v1.4.0
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.12
- v1.2.11
- v1.2.10
- v1.2.9
- v1.2.8
- v1.2.7
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-webhook-timing-fix
- dev-attachments
- dev-mandatory-guids
- dev-remove-request-member
- dev-issue-+163
- dev-scrutinizer
This package is auto-updated.
Last update: 2025-03-17 13:02:31 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.