nogrod / ebay-sdk-php
v0.5.3
2025-03-19 22:16 UTC
Requires
- php: ^8.0
- nogrod/xml-client-runtime: ^0.3
- php-http/multipart-stream-builder: ^1.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- goetas-webservices/soap-reader: dev-master
- goetas-webservices/wsdl-reader: dev-master
- goetas-webservices/xsd2php: dev-master
- nogrod/xml-client: ^0.3
- symfony/var-dumper: *
README
=======
eBaySDK PHP
Installation
Download the Bundle
Require the bundle in your composer.json
file:
$ composer require nogrod/ebay-sdk-php
Download latest WSDL/XSD
Add new WSDL/XSD to config.yaml
if needed
$ composer run-script download
Build Classes/Metadata
Add new <WSDL/XSD Name>.yaml to config folder if needed
$ composer run-script build
Note
The code in this project is provided under the MIT license.