2017 © Pedro Peláez
 

library l5xero

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

image

assemble/l5xero

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

  • Thursday, April 12, 2018
  • by AlexBlake
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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., (*1)

Installation

Add this line to your providers array: ``` php Assemble\l5xero\XeroServiceProvider::class,, (*2)


Add this line to your `aliases` array: ``` php '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., (*3)

Configuration

The config file can be found in the laravel config folder at config/xero.php ``` php 'oauth' => [, (*4)

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

```, (*5)

The Versions

12/04 2018

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

by Alex Blake