Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

added poser badges and how install with composer #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ XeroOAuth-PHP

PHP library for working with the Xero OAuth API.

[![Latest Stable Version](https://poser.pugx.org/xero/xerooauth-php/v/stable)](https://packagist.org/packages/xero/xerooauth-php) [![Total Downloads](https://poser.pugx.org/xero/xerooauth-php/downloads)](https://packagist.org/packages/xero/xerooauth-php) [![Latest Unstable Version](https://poser.pugx.org/xero/xerooauth-php/v/unstable)](https://packagist.org/packages/xero/xerooauth-php) [![License](https://poser.pugx.org/xero/xerooauth-php/license)](https://packagist.org/packages/xero/xerooauth-php)

Intro
======
XeroOAuth-PHP is a sample library for use with the Xero API (<http://developer.xero.com>). The Xero API uses OAuth 1.0a, but we would not recommend using this library for other OAuth 1.0a APIs as
Expand All @@ -15,6 +17,11 @@ This library is designed to get a developer up and running quickly with the OAut
* php\_curl extension - ensure a recent version (7.30+)
* php\_openssl extension

## Install
Either download and include, or install via Composer:
```
composer require xero/xerooauth-php
```

## Setup
To get setup, you will need to modify the values in the \_config.php file to your own requirements and application settings or see the customised example file for each different application type, public.php, private.php or partner.php.
Expand Down