We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211ed0e commit 8d43ddeCopy full SHA for 8d43dde
composer.json
@@ -1,9 +1,25 @@
1
{
2
"name": "ishan-biztech/cakephp-xero-oauth2",
3
- "description": "XeroOauth2 plugin for CakePHP",
+ "description": "Xero OAuth2 API plugin for CakePHP 3.x",
4
"type": "cakephp-plugin",
5
+ "keywords": [
6
+ "cakephp",
7
+ "cakephp-plugin",
8
+ "xero",
9
+ "xero-api",
10
+ "oauth2",
11
+ "sdk",
12
+ "api"
13
+ ],
14
"license": "MIT",
15
"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
23
"support": {
24
"issues": "https://github.com/ishan-biztech/cakephp-xero-oauth2/issues",
25
"source": "https://github.com/ishan-biztech/cakephp-xero-oauth2"
0 commit comments