Skip to content

Commit 8607d14

Browse files
author
Castellanos, Eleazar
committed
Updated README.md to reflect correct project information
1 parent 48bf5f2 commit 8607d14

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ eBay OAuth client library is a simple and easy-to-use library for integrating wi
88
[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).
99

1010
## 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
1212

1313
## Installation
14+
Install in your project by downloading the repo and extracting in your project or using composer
1415

16+
```
17+
composer require ebay/ebay-oauth-php-client --repository='{"type":"vcs","url":"https://github.com/eaglexboy/ebay-oauth-php-client"}'
18+
```
1519

1620
## Getting Started
1721
All interactions with this library can be performed using `oauth2Api = new OAuth2Api();`

0 commit comments

Comments
 (0)