Download the PHP package shopapi/ebay-api without Composer
On this page you can find all versions of the php package shopapi/ebay-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download shopapi/ebay-api
More information about shopapi/ebay-api
Files in shopapi/ebay-api
Download shopapi/ebay-api
More information about shopapi/ebay-api
Files in shopapi/ebay-api
Vendor shopapi
Package ebay-api
Short Description uses ebay API to access to search capabilities on the eBay platform
License MIT
Homepage https://github.com/shopapi/ebay-api
Package ebay-api
Short Description uses ebay API to access to search capabilities on the eBay platform
License MIT
Homepage https://github.com/shopapi/ebay-api
Please rate this library. Is it a good library?
Informations about the package ebay-api
ebay-api
uses ebay API to access to search capabilities on the eBay platform
install bundle
Step 1: Download EbayApiBundle using composer
Add EbayApiBundle in your composer.json:
`{
"require": {
"shopapi/ebay-api": "~0.1"
}
}`
Step 2: Enable the bundle
Enable the bundle in the kernel:
Step 3: Configuration
app/config/config.yml
myw_ebay_api:
auth_token: %token_api_ebay%
sandbox:
dev_id: xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
app_name: xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx
cert_name: xxxxxxxx-xxxx-xxxx-xxx-xxxxxxxxxxxx
production:
dev_id: xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
app_name: xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx
cert_name: xxxxxxxx-xxxx-xxxx-xxx-xxxxxxxxxxxx
parameter.yml
token_api_ebay: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Step 4: Call service in controller
Example: getCategories method in Trading API
All versions of ebay-api with dependencies
PHP Build Version
Package Version
No informations.
The package shopapi/ebay-api contains the following files
Loading the files please wait ....