Download the PHP package brainstormdevel/ebay-sdk-php without Composer
On this page you can find all versions of the php package brainstormdevel/ebay-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download brainstormdevel/ebay-sdk-php
More information about brainstormdevel/ebay-sdk-php
Files in brainstormdevel/ebay-sdk-php
Package ebay-sdk-php
Short Description An eBay SDK for PHP. Fork of dts/ebay-sdk-php with support for PHP 8.
License (Apache-2.0 and MIT)
Informations about the package ebay-sdk-php
eBay SDK for PHP
This is a fork of the original dts/ebay-sdk-php by @davidtsadler, with support for PHP 7.3, PHP 7.4 and PHP 8, and compatibility with Guzzle 7.
The original project has been officially abandoned in February 2020.
I'm planning to maintain this fork in the short term. The aim is not to keep it up to date with the latest eBay API versions, but to provide a solution for a smooth upgrade of existing apps to PHP 8. New users should seek a better SDK for PHP.
This project enables PHP developers to use the eBay API in their PHP code, and build software using services such as Finding, Trading, Shopping, etc. You can get started by installing the SDK via Composer and by following the Basic Usage Guide.
This is a personal project that was originally developed by David T. Sadler, who decided to create this project to make up for the lack of an official SDK for PHP. It is in no way endorsed, sponsored or maintained by eBay.
Features
- Compatible with PHP 7.4 or PHP 8.
- Easy to install with Composer.
- Compliant with PSR-1, PSR-2 and PSR-4.
Resources
- User Guides - Getting started guide and in-depth information.
- Examples - Several examples of using the SDK.
Requirements
- PHP 7.4 or PHP 8 with the following extensions:
- curl
- libxml
- 64 bit version as there are some issues when using the SDK with 32 bit.
- SSL enabled on the cURL extension so that https requests can be made.
Installation
The SDK can be installed with Composer:
Example
Get the official eBay time
Project Goals
- Be well maintained.
- Be well documented.
- Be well tested.
- Be well supported with working examples.
License
Licensed under the Apache Public License 2.0.
Copyright 2016 David T. Sadler.
All versions of ebay-sdk-php with dependencies
ext-curl Version *
ext-libxml Version *
guzzlehttp/guzzle Version ^6.0 || ^7.0
guzzlehttp/psr7 Version ^1.0
guzzlehttp/promises Version ^1.1