dcodegroup/laravel-xero-payroll-au

Simple package which dcode uses to handle the syncing of payroll related information from Xero
2,728 3
Install
composer require dcodegroup/laravel-xero-payroll-au
Latest Version:0.1.8
PHP:^7.4|^8.0
License:MIT
Last Updated:Jun 8, 2026
Links: GitHub  ·  Packagist
Maintainer: dcodegroup

Laravel Xero

This package provides the standard xero payroll settings and sync from Xero.

Installation

You can install the package via composer:

composer require dcodegroup/laravel-xero-payroll-au

Then run the install command.

php artsian laravel-xero-payroll-au:install

This will publish the configuration file and the migration file.

Run the migrations

php artsian migrate

Configuration

Most of configuration has been set the fair defaults. However you can review the configuration file at config/laravel-xero-payroll-au.php and adjust as needed

If you want to have the oauth screens appear within your sites layout ensure to configure the environment variable. eg.

LARAVEL_XERO_PAYROLL_AU_LAYOUT=layouts.admin

Usage

The package provides an endpoints which you can use. See the full list by running

php artsian route:list --name=xero_payroll

They are

[example.com/xero-payroll] Which is where you will view and update the details from xero from.

Related Packages

dcodegroup/laravel-xero-employee

This package provides base functionality for linking a user with Xero

2,706 1
dcodegroup/laravel-xero-timesheet-sync

This package provides the standard xero functionality for syncing timesheets fro...

2,663 2
daursu/xero

An elegant Laravel 4 wrapper for the official Xero API.

300 2
dcodegroup/laravel-xero-oauth

Simple package which dcode uses to handle the connection to xero for all project...

33,126 1
dcodegroup/laravel-xero-leave

This package provides the standard Xero functionality for submitting leave appli...

2,501 2