You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,14 @@ eBay OAuth client library is a simple and easy-to-use library for integrating wi
8
8
[OAuth 2.0](https://tools.ietf.org/html/rfc6749) is the most widely used standard for authentication and authorization for API based access. The complete end to end documentation on how eBay OAuth functions is available at [developer.ebay.com](https://developer.ebay.com/api-docs/static/oauth-tokens.html).
9
9
10
10
## Supported Languages
11
-
This is created as a Maven based Java project and can be used as a dependency in a Java based application or other JVM based languages such as Groovy, Scala etc.,
11
+
This is created as a PHP project and can be used as a dependency in a PHP based application
12
12
13
13
## Installation
14
+
Install in your project by downloading the repo and extracting in your project or using composer
0 commit comments