Skip to content

Commit e9a2864

Browse files
Merge pull request #2 from ishan-biztech/release/0.1.3
Version 0.1.3 release changes
2 parents 0b4a5b7 + 56dc25a commit e9a2864

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Xero OAuth2 API plugin for CakePHP 3.x
22

3-
This plugin provides access to Xero OAuth2 API. This plugin is wrapper around [Xero PHP official SDK](https://github.com/XeroAPI/xero-php-oauth2/).
3+
[![Latest Stable Version](https://poser.pugx.org/ishan-biztech/cakephp-xero-oauth2/v)](//packagist.org/packages/ishan-biztech/cakephp-xero-oauth2)
4+
[![Total Downloads](https://poser.pugx.org/ishan-biztech/cakephp-xero-oauth2/downloads)](//packagist.org/packages/ishan-biztech/cakephp-xero-oauth2)
5+
[![License](https://poser.pugx.org/ishan-biztech/cakephp-xero-oauth2/license)](//packagist.org/packages/ishan-biztech/cakephp-xero-oauth2)
6+
[![Latest Unstable Version](https://poser.pugx.org/ishan-biztech/cakephp-xero-oauth2/v/unstable)](//packagist.org/packages/ishan-biztech/cakephp-xero-oauth2)
7+
8+
This plugin provides access to Xero OAuth2 API for [CakePHP](https://cakephp.org/). This plugin is wrapper around [Xero PHP official SDK](https://github.com/XeroAPI/xero-php-oauth2/).
49

510
## Requirements
611

composer.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
{
22
"name": "ishan-biztech/cakephp-xero-oauth2",
3-
"description": "Xero Oauth2 API plugin for CakePHP",
3+
"description": "Xero Oauth2 API plugin for CakePHP 3.x",
44
"type": "cakephp-plugin",
5+
"keywords": [
6+
"cakephp",
7+
"cakephp-plugin",
8+
"xero",
9+
"xero-api",
10+
"oauth2",
11+
"sdk",
12+
"api"
13+
],
514
"license": "MIT",
615
"homepage": "https://github.com/ishan-biztech/cakephp-xero-oauth2",
16+
"authors": [
17+
{
18+
"name": "Ishan Biztech",
19+
"homepage": "https://github.com/ishan-biztech",
20+
"role": "Author"
21+
}
22+
],
723
"support": {
824
"issues": "https://github.com/ishan-biztech/cakephp-xero-oauth2/issues",
925
"source": "https://github.com/ishan-biztech/cakephp-xero-oauth2"

0 commit comments

Comments
 (0)