PHP Package: calcinai/xero-php

Xero-PHP library for seamless integration with Xero's accounting software, providing powerful API functionalities for businesses.

Current Version: 2.7.0
Last Updated: 2024-07-21
PHP Requirement: >=5.5.0
Dependencies:
guzzle/guzzle
symfony/yaml
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Xero-PHP library enables developers to interact with Xero's API, facilitating efficient data synchronization, invoice management, and financial reporting for businesses of all sizes. It streamlines accounting processes, automates financial tasks, and enhances workflow productivity.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.7.0

Download Download v2.7.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/calcinai/xero-php/2.7.0/loader.php';
require_once 'libs/guzzle/guzzle/7.9.3/loader.php';
require_once 'libs/symfony/yaml/7.3.0/loader.php';

use Calcinai\Xero\Xero;
use GuzzleHttp\Client;
use Symfony\Component\Yaml\Yaml;

$obj = new Xero();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.