An opininated Xero integration package for Laravel that allows for fluent quering of Xero records and mapping of Xero Entities
You can install the package via composer:
composer require dcode-group/xero-integrationYou can publish and run the migrations with:
php artisan vendor:publish --tag="xero-integration-migrations"
php artisan migrateYou can publish the config file with:
php artisan vendor:publish --tag="xero-integration-config"XeroIntegration::{Model}->{Query}->get();composer testPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If believe there is a valnerability in this package please send us an email at forge@dcodegroup.com
Package based on Spatie's Laravel Skeleton.
The MIT License (MIT). Please see License File for more information.