dcodegroup/xero-integration

An opininated Xero integration package for Laravel that allows for fluent quering of Xero records and mapping of Xero Entities

Maintainers

Package info

github.com/DCODE-GROUP/xero-integration

Homepage

pkg:composer/dcodegroup/xero-integration

Transparency log

Fund package maintenance!

Dcode Group

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.0.2 2026-08-24 22:11 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

An opininated Xero integration package for Laravel that allows for fluent quering of Xero records and mapping of Xero Entities

Installation

You can install the package via composer:

composer require dcode-group/xero-integration

You can publish and run the migrations with:

php artisan vendor:publish --tag="xero-integration-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="xero-integration-config"

Usage

XeroIntegration::{Model}->{Query}->get();

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

If believe there is a valnerability in this package please send us an email at forge@dcodegroup.com

Credits

Package based on Spatie's Laravel Skeleton.

License

The MIT License (MIT). Please see License File for more information.