Download the PHP package zvps/ebay-legacy-php-client without Composer
On this page you can find all versions of the php package zvps/ebay-legacy-php-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zvps/ebay-legacy-php-client
More information about zvps/ebay-legacy-php-client
Files in zvps/ebay-legacy-php-client
Package ebay-legacy-php-client
Short Description An eBay SDK for PHP. Use the eBay API in your PHP projects.
License (Apache-2.0 and MIT)
Homepage http://devbay.net/
Informations about the package ebay-legacy-php-client
EBAY-SDK-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 has been developed by me, David T. Sadler. I 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 5.5 or greater.
- 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.
- Google Group - Join for support with the SDK.
- @devbaydotnet - Follow on Twitter for announcements of releases, important changes and so on.
Requirements
- PHP 5.5 or greater with the following extensions:
- cURL
- libxml
- 64 bit version of PHP recommended 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. Please see the Installation section of the User Guide to learn about installing through other means.
-
Install Composer.
-
Install the SDK.
- Require Composer's autoloader by adding the following line to your code.
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-legacy-php-client with dependencies
guzzlehttp/guzzle Version ~6.0|~7.0
guzzlehttp/psr7 Version ~1.0
guzzlehttp/promises Version ^1.1