PHP Package: calcinai/oauth2-xero

OAuth2 library for Xero API integration providing secure authentication and authorization.

Current Version: 1.3.0
Last Updated: 2022-10-10
PHP Requirement: >=7.1.0
Dependencies:
league/oauth2-client
guzzle/guzzle
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

OAuth2-Xero is a PHP library designed to streamline the integration of Xero API, ensuring secure authentication and authorization processes. With this library, developers can easily access Xero's functionalities while maintaining a high level of security.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.3.0

Download Download v1.3.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/oauth2-xero/1.3.0/loader.php';
require_once 'libs/league/oauth2-client/{lib_version}/loader.php';
require_once 'libs/guzzle/guzzle/7.9.3/loader.php';

use Calcinai\OAuth2\Client\Provider\Xero;
use Calcinai\OAuth2\Client\Provider\XeroResourceOwner;

$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.