|
1 |
| -Xero API |
2 |
| -======== |
3 |
| - |
4 |
| -[](https://packagist.org/packages/elliotchance/xero-api) |
5 |
| -[](https://packagist.org/packages/elliotchance/xero-api) |
6 |
| -[](https://packagist.org/packages/elliotchance/xero-api) |
7 |
| -[](https://travis-ci.org/elliotchance/xero-api) |
8 |
| - |
9 |
| -**This is the community official package since Xero is unwilling to add composer |
10 |
| -support or clean up the library.** Please add existing pull requests and issues |
11 |
| -against this repository and we can all help fix it up :) |
12 |
| - |
13 |
| -Semantic versions have been created for existing releases and will be created |
14 |
| -based on the same version from the original repository to keep it up to date. On |
15 |
| -top of that we have patches (i.e. `0.5.1`) between Xero releases. |
16 |
| - |
17 |
| -There will be a suite of tests coming soon. |
18 |
| - |
19 |
| -### Installation |
20 |
| - |
21 |
| -``` |
22 |
| -composer require elliotchance/xero-api |
23 |
| -``` |
24 |
| - |
25 |
| -Original README |
26 |
| -=============== |
| 1 | +XeroOAuth-PHP |
| 2 | +----------------------- |
27 | 3 |
|
28 | 4 | PHP library for working with the Xero OAuth API.
|
29 | 5 |
|
@@ -136,8 +112,35 @@ Understanding the type of message you are getting from the API could be useful.
|
136 | 112 |
|
137 | 113 | ## License & Credits
|
138 | 114 |
|
| 115 | +This software is published under the [MIT License](http://en.wikipedia.org/wiki/MIT_License). |
| 116 | + |
139 | 117 | ###### OAuthSimple
|
140 | 118 | OAuthsimple.php contains minor adaptations from the OAuthSimple PHP class by [United Heroes](http://unitedheroes.net/OAuthSimple/).
|
141 | 119 |
|
142 | 120 | ###### tmhOAuth
|
143 | 121 | XeroOAuth class is based on code and structure derived from the [tmhOAuth](https://github.com/themattharris/tmhOAuth) library.
|
| 122 | + |
| 123 | +## Major change history |
| 124 | + |
| 125 | +#### 0.5 - 16th November 2014 |
| 126 | + |
| 127 | +Added examples for CRU of tracking categories and options. |
| 128 | +Updated the CA certs to a recent one - warning that if you are using a very old version of curl you may get 'cert invalid' type error. |
| 129 | +Removed an unused function and tidied up comments on another to make them more sensible. |
| 130 | + |
| 131 | +#### 0.4 - 29th September 2014 |
| 132 | + |
| 133 | +Merged some pull requests, addressed an issue with multiple calls having signature validation issues. |
| 134 | + |
| 135 | +#### 0.3 - 3rd January 2014 |
| 136 | + |
| 137 | +Merged a number of pull requests, tidied up formatting and extended sample tests. |
| 138 | + |
| 139 | +#### 0.2 - 13th May 2013 |
| 140 | + |
| 141 | +Merged to master, added more tests and improved security handling for partner API apps. |
| 142 | + |
| 143 | + |
| 144 | +#### 0.1 - 10th May 2013 |
| 145 | + |
| 146 | +Initial release candidate prepared and released to 'refactor' branch. |
0 commit comments