Download the PHP package rat.md/laravel-ebay-sdk without Composer

On this page you can find all versions of the php package rat.md/laravel-ebay-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-ebay-sdk

Laravel Logo

Laravel is an accessible and powerful PHP web application framework with an expressive and elegant syntax.


eBay SDK for Laravel

[!CAUTION] This is an work-in-progress eBay SDK in an alpha stage. Not all APIs have been fully tested or can be tested due to user, marketplace, country restrictions, or sandbox limitations. While the SDK should be usable, breaking changes may occur at any time, including minor releases.

A Laravel SDK for integrating with eBay APIs, featuring OAuth authentication, webhook notifications, event handling, and practical utilities for common workflows. The SDK supports both Modern REST APIs and Traditional (XML/SOAP) eBay APIs and is designed to evolve alongside eBay’s platform.

Features

Requirements

[!TIP] We strongly recommend a task-scheduling enabled and queue-based Laravel setup to handle performance-intensive processes and, most importantly, to process eBay webhook notifications in a compliant and reliable manner (See Configuration).

Installation

Install the package via composer:

Publish the configuration file with:

Basic Usage

Visit the Documentation Page for more details

Testing

To run the test suite, you first need to provide your eBay Sandbox credentials. So, create an .env.testing file in the package root directory with the following details:

If you're unsure about your EBAY_SITE_ID refer to src/Enums/SiteCode.php or the official documentation page at developer.ebay.com

Install the required composer dependencies using:

Now, generate a valid and working refresh token using Testbench:

This will output an authorization URL in the console.

  1. Open this URL in your browser
  2. Sign in using your Sandbox account (not your production one)
  3. Grant access for the requested scopes
  4. After successful authorization, you will be redirected to eBay's oAuth page

Once you see the success message, copy the full redirected URL and pass it back to the command (and Yes, the quotes matter. Especially on Windows, where everything breaks if you blink wrong.)

If the .env.testing file exists, the command will automatically create or update your PEST_EBAY_REFRESH_TOKEN=<token>, if not, the token will be printed to the console instead.

Once the refresh token is available, you can run the tests using:

Changelog

We provide an aggregated list of eBay API changes on our documentation page as well as via RSS feeds.

For changes specific to this Laravel package, please refer to the CHANGELOG.

License

Published under MIT License \ Copyright © 2024 - 2026 Sam @ rat.md

This software is not an official eBay product and is not associated with, sponsored by, or endorsed by eBay Inc.


All versions of laravel-ebay-sdk with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/contracts Version ^11.0|^12.0|^13.0
illuminate/support Version ^11.0|^12.0|^13.0
illuminate/validation Version ^11.0|^12.0|^13.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package rat.md/laravel-ebay-sdk contains the following files

Loading the files please wait ...