Registry / http-client / calcinai-xero-php

calcinai-xero-php

JSON →
library2.8.0phppackagistunverified

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

composer require calcinai/xero-php
INSTALL
IMPORT
SIG · CALCINAI-XERO-PHP
C
calcinai-xero-php
http-clientphpv2.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

XeroClient
use Calcinai\Xero\XeroClient;

Connect to Xero API and fetch invoices.

use Calcinai\Xero\XeroClient; $client = new XeroClient($config); $invoices = $client->load('Invoice')->execute();
Debug
Known issues
breakingOAuth 1.0a required; Xero may deprecate in favor of OAuth 2.0.
fix
Use OAuth 2.0 version of the library or switch to official Xero PHP SDK.
affects: >=2.0.0 <3.0.0
Upgrade
Version history
2.8.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
34
OpenAI (training)
1
Resources