PHPackages                             edfa3ly-backend/seller-center-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. edfa3ly-backend/seller-center-sdk

ActiveLibrary[API Development](/categories/api)

edfa3ly-backend/seller-center-sdk
=================================

PHP SDK for Seller Center API services

2.0.5(7y ago)0351MITPHPPHP &gt;=7.1.3

Since Mar 30Pushed 7y ago1 watchersCompare

[ Source](https://github.com/omarfawzi/Seller-Center-SDK)[ Packagist](https://packagist.org/packages/edfa3ly-backend/seller-center-sdk)[ RSS](/packages/edfa3ly-backend-seller-center-sdk/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (8)Dependencies (9)Versions (9)Used By (0)

Seller Center PHP SDK
=====================

[](#seller-center-php-sdk)

[![Build Status](https://camo.githubusercontent.com/805d1babda7f15bdd2cf99b6611fdc3ed8f7bfec95e2c4b8d6637119c43fdb2b/68747470733a2f2f7472617669732d63692e636f6d2f6f6d61726661777a692f53656c6c65722d43656e7465722d53444b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/omarfawzi/Seller-Center-SDK)[![codecov](https://camo.githubusercontent.com/14aa8f936846e305e418420182bd35d502dc1d49b7461adb24f561feeeec1b6a/68747470733a2f2f636f6465636f762e696f2f67682f6f6d61726661777a692f53656c6c65722d43656e7465722d53444b2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/omarfawzi/Seller-Center-SDK)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Latest Stable Version](https://camo.githubusercontent.com/d22dbd0d8a9fe1a3cc5247631f7c2f91267b5fbd82a13afaa9be93c498704e6b/68747470733a2f2f706f7365722e707567782e6f72672f65646661336c792d6261636b656e642f73656c6c65722d63656e7465722d73646b2f762f737461626c65)](https://packagist.org/packages/edfa3ly-backend/seller-center-sdk)[![Total Downloads](https://camo.githubusercontent.com/e36d8399a5ba3f15fa5a65ffc7aa2f8b456a3d96f9e356795247f6b9a138613f/68747470733a2f2f706f7365722e707567782e6f72672f65646661336c792d6261636b656e642f73656c6c65722d63656e7465722d73646b2f646f776e6c6f616473)](https://packagist.org/packages/edfa3ly-backend/seller-center-sdk)

Install
-------

[](#install)

Via Composer

```
$ composer require edfa3ly-backend/seller-center-sdk
```

Dependency Injection (Symfony 4)
--------------------------------

[](#dependency-injection-symfony-4)

Make sure to register the `SellerCenterBundle::class` to use dependency injection.

Seller Center Docs
------------------

[](#seller-center-docs)

Available Actions
-----------------

[](#available-actions)

- **Category Attributes**
    - `getCategoryAttributes`
- **Feed**
    - `getFeedStatus`
- **Order**
    - `cancelOrder`
    - `getMultipleOrderItems`
    - `getMultipleOrdersWithOrderItems`
    - `getOrder`
    - `getOrderItems`
    - `getOrderWithOrderItems`
    - `getOrders`
    - `setOrderStatusToDelivered`
    - `setOrderStatusToFailedDelivery`
    - `setOrderStatusToReadyToShip`
    - `setOrderStatusToShipped`
- **Product**
    - `createProducts`
    - `getProducts`
    - `updateProducts`
- **Product Image**
    - `createImages`

Usage
-----

[](#usage)

```
class Example
{
    public function index() {
        $configuration = new Configuration('https://sellercenter-api.x.com.y','email@example.com','apiKey','apiPassword','username','v1');
        $configuration->setMinAttemptsDelay(1);  // in seconds default : 1
        $configuration->setMaxAttemptsDelay(10);  // in seconds default : 5
        $configuration->setRequestAttemptsThreshold(15) ; // number of failure retries default : 10
        $productService = new ProductService();
        $products = $productService->getProducts($configuration,[]);
    }
}

```

Rendering Support
-----------------

[](#rendering-support)

When performing one of the following actions :

- `createProducts`
- `updateProducts`
- `createImages`

You will need xml representation to be delivered to the service , Now you can use the `Renderer` Service provided by this package .

```
class Example
{
    public function index() {
        $configuration = new Configuration('https://sellercenter-api.x.com.y','email@example.com','apiKey','apiPassword','username','v1');
        $configuration->setMinAttemptsDelay(1);  // in seconds default : 1
        $configuration->setMaxAttemptsDelay(10);  // in seconds default : 5
        $configuration->setRequestAttemptsThreshold(15) ; // number of failure retries default : 10
        $productService = new ProductService();
        $products = $productService->getProducts($configuration,[]);
        $renderer = new ProductUpdateRenderer();
        $xml = $renderer->render($products);
        $productService->updateProducts($configuration,$xml);
    }
}

```

Logging Support
---------------

[](#logging-support)

Set Configuration to enable logging

```
 $configuration->setLoggingEnabled(true);

```

How to test
-----------

[](#how-to-test)

```
$ make test
```

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

8

Last Release

2635d ago

Major Versions

1.0.1 → 2.0.02019-03-31

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8095037?v=4)[Omar Mohamed](/maintainers/omarfawzi)[@omarfawzi](https://github.com/omarfawzi)

---

Top Contributors

[![omarfawzi](https://avatars.githubusercontent.com/u/8095037?v=4)](https://github.com/omarfawzi "omarfawzi (38 commits)")

---

Tags

apipackagephpsdk-phpsellercenterwebservice

### Embed Badge

![Health badge](/badges/edfa3ly-backend-seller-center-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/edfa3ly-backend-seller-center-sdk/health.svg)](https://phpackages.com/packages/edfa3ly-backend-seller-center-sdk)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M379](/packages/easycorp-easyadmin-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M719](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.7k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M534](/packages/shopware-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
