dcodegroup / xero-integration
An opininated Xero integration package for Laravel that allows for fluent quering of Xero records and mapping of Xero Entities
Fund package maintenance!
Requires
- php: ^8.3
- calcinai/xero-php: ^2.8
- laravel/framework: ^11.0||^12.0||^13.0
- laravel/prompts: ^0.2||^0.3
- league/oauth2-client: ^2.9
- spatie/laravel-data: ^4.23
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- dcode-group/composer-git-hooks: dev-master
- larastan/larastan: ^3.0
- laravel/boost: ^2.5
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.8
- orchestra/testbench: ^9.0.0||^10.0.0||^11.0.0
- pestphp/pest: ^4.0
- pestphp/pest-plugin-arch: ^4.0
- pestphp/pest-plugin-laravel: ^4.0
- phpstan/extension-installer: ^1.4
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
- stevebauman/autodoc-facades: ^1.3
This package is auto-updated.
Last update: 2026-08-24 22:16:04 UTC
README
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.