rankfoundry / laravel-ebay
Laravel API wrapper for eBay
dev-master
2021-10-12 21:12 UTC
Requires
- php: ~5.6|~7.0|~8.0
- guzzlehttp/guzzle: ^7.0.1
- illuminate/support: ~5.4|^6.0|^7.0|^8.0
This package is auto-updated.
Last update: 2024-11-13 04:11:48 UTC
README
A Laravel wrapper for eBay API.
Install
Via Composer
$ composer require rankfoundry/laravel-ebay
Configuration
Laravel eBay requires connection configuration. To get started, you'll need to publish all vendor assets:
$ php artisan vendor:publish --provider="RankFoundry\LaravelEbay\EbayServiceProvider"
Add the following values to your enviroment configuration file
EBAY_MODE=
EBAY_SITE_ID=
EBAY_SANDBOX_DEV_ID=
EBAY_SANDBOX_APP_ID=
EBAY_SANDBOX_CERT_ID=
EBAY_SANDBOX_AUTH_TOKEN=
EBAY_SANDBOX_OAUTH_USER_TOKEN=
EBAY_PROD_DEV_ID=
EBAY_PROD_APP_ID=
EBAY_PROD_CERT_ID=
EBAY_PROD_AUTH_TOKEN=
EBAY_PROD_OAUTH_USER_TOKEN=
Usage
See documention for params and others at eBay docs