PHPackages                             assemble/l5xero - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. assemble/l5xero

ActiveLibrary[API Development](/categories/api)

assemble/l5xero
===============

Integrate into Xero financial system, to pull invoices and manage payments made. wrapper of calcinai/xero-php.

v1.0.1(6y ago)12152MITPHP

Since Sep 11Pushed 6y ago1 watchersCompare

[ Source](https://github.com/AssembleOnline/l5-xero)[ Packagist](https://packagist.org/packages/assemble/l5xero)[ RSS](/packages/assemble-l5xero/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (1)Versions (6)Used By (0)

Xero Wrapper for Laravel 5
==========================

[](#xero-wrapper-for-laravel-5)

Laravel 5 wrapper for calcinai/xero-php All credit where its due to calcinai/xero-php contributors for the awesome OO implementation.

Installation
------------

[](#installation)

Add this line to your `providers` array:

```
Assemble\l5xero\XeroServiceProvider::class,
```

Add this line to your `aliases` array:

```
'Xero' => Assemble\l5xero\Xero::class,
```

You will need to run `php artisan vendor:publish` to publish the config file to your instalation, Once run, you can find it in `config/xero.php`.

Configuration
-------------

[](#configuration)

The config file can be found in the laravel config folder at `config/xero.php`

```
'oauth' => [

        'callback'          => 'oob',
        'consumer_key'      => 'YOURCONSUMERKEY',
        'consumer_secret'   => 'YOURSECRETKEY',
        'rsa_private_key'  	=> 'privatekey.pem',
        'rsa_public_key'   	=> 'publickey.cer'
    ]
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 63.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~34 days

Total

2

Last Release

2423d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5071665?v=4)[Alex Blake](/maintainers/AlexBlake)[@AlexBlake](https://github.com/AlexBlake)

![](https://avatars.githubusercontent.com/u/26792721?v=4)[AssembleOnline](/maintainers/AssembleOnline)[@AssembleOnline](https://github.com/AssembleOnline)

---

Top Contributors

[![swil60](https://avatars.githubusercontent.com/u/6593557?v=4)](https://github.com/swil60 "swil60 (19 commits)")[![jarodsmk](https://avatars.githubusercontent.com/u/6736209?v=4)](https://github.com/jarodsmk "jarodsmk (7 commits)")[![adamasio](https://avatars.githubusercontent.com/u/17446906?v=4)](https://github.com/adamasio "adamasio (2 commits)")[![AlexBlake](https://avatars.githubusercontent.com/u/5071665?v=4)](https://github.com/AlexBlake "AlexBlake (1 commits)")[![TimoSolo](https://avatars.githubusercontent.com/u/980839?v=4)](https://github.com/TimoSolo "TimoSolo (1 commits)")

### Embed Badge

![Health badge](/badges/assemble-l5xero/health.svg)

```
[![Health](https://phpackages.com/badges/assemble-l5xero/health.svg)](https://phpackages.com/packages/assemble-l5xero)
```

###  Alternatives

[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)[drawmyattention/xerolaravel

A Laravel 5 wrapper for Xero's PHP API

43176.9k](/packages/drawmyattention-xerolaravel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
