pjw345/ebay-sdk-php

There is no license information available for the latest version (1.1) of this package.

Package generated from http://developer.ebay.com/webservices/latest/ebaySvc.wsdl using wsdltophp/packagegenerator

1.1 2020-10-09 12:06 UTC

This package is auto-updated.

Last update: 2024-05-09 21:59:42 UTC


README

Requirements

  • Magento 2
  • PHP 7.2 or higher (7.3+ recommended)

Installation

Using Composer

Install the module with the following command:

composer require pjw345/ebay-sdk-php

Run the Magento upgrade command:

php ./bin/magento setup:upgrade

Then flush the Magento cache:

php ./bin/magento cache:flush;
php ./bin/magento cache:clean;

If you are running Magento 2 in production mode, you will also be required to run compilation and static content deployment steps:

php ./bin/magento setup:di:compile;
php ./bin/magento setup:static-content:deploy;

How to update

Run the Composer update command:

composer update pjw345/ebay-sdk-php

Then flush the Magento cache as above.

Recompile as above if running in production mode.

License

MPL 2.0