PHPackages                             neetfreya/trendyol-php-api - 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. neetfreya/trendyol-php-api

ActiveLibrary[API Development](/categories/api)

neetfreya/trendyol-php-api
==========================

Made by Love for WuwiSoft

v1.0.0(1y ago)051MITPHPPHP ^7.2 || ^8.0

Since Sep 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/neetkiss/trendyol-api-integration)[ Packagist](https://packagist.org/packages/neetfreya/trendyol-php-api)[ RSS](/packages/neetfreya-trendyol-php-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Trendyol PHP API Integration
============================

[](#trendyol-php-api-integration)

This library provides a comprehensive PHP integration with Trendyol's API, allowing developers to easily interact with various endpoints such as product management, order management, return handling, and customer question-answering.

Installation
------------

[](#installation)

To install the package, use Composer:

```
composer require neetkiss/trendyol-api-integration
```

Features
--------

[](#features)

- **Product Integration:**

    - Manage products, prices, and stock information.
    - Retrieve category and brand information.
    - Manage product features and attributes.
- **Order Integration:**

    - Retrieve and update order information.
    - Manage shipment details and invoices.
- **Claim Integration:**

    - Retrieve return orders and handle return requests.
    - Manage return approvals and rejection reasons.
- **Question &amp; Answer Integration:**

    - Retrieve customer questions and post answers.

Usage
-----

[](#usage)

### Product Integration

[](#product-integration)

```
use Trendyol\Client\TrendyolClient;
use Trendyol\Services\ProductIntegration\ProductService;

$client = new TrendyolClient('username', 'password', 'supplierId');
$productService = new ProductService($client);

// Get all products
$products = $productService->getProducts(['page' => 1, 'size' => 50]);
print_r($products);
```

### Order Integration

[](#order-integration)

```
use Trendyol\Client\TrendyolClient;
use Trendyol\Services\OrderIntegration\OrderService;

$client = new TrendyolClient('username', 'password', 'supplierId');
$orderService = new OrderService($client);

// Get all orders
$orders = $orderService->getOrders(['status' => 'Created']);
print_r($orders);
```

### Claim Integration

[](#claim-integration)

```
use Trendyol\Client\TrendyolClient;
use Trendyol\Services\ClaimIntegration\ClaimService;

$client = new TrendyolClient('username', 'password', 'supplierId');
$claimService = new ClaimService($client);

// Get all return orders
$returnOrders = $claimService->getReturnedOrders();
print_r($returnOrders);
```

### Question &amp; Answer Integration

[](#question--answer-integration)

```
use Trendyol\Client\TrendyolClient;
use Trendyol\Services\QuestionAnswerIntegration\QuestionAnswerService;

$client = new TrendyolClient('username', 'password', 'supplierId');
$questionAnswerService = new QuestionAnswerService($client);

// Get customer questions
$questions = $questionAnswerService->getCustomerQuestions();
print_r($questions);
```

Contribution
------------

[](#contribution)

Feel free to contribute to this project by submitting issues or pull requests. Any contributions are welcome!

License
-------

[](#license)

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

594d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/246db21294474cb0fcebb35d1c8a5b2f7d6bef92af9b8a0a1fd24e1d27a15558?d=identicon)[neetkiss](/maintainers/neetkiss)

---

Top Contributors

[![neetkiss](https://avatars.githubusercontent.com/u/43830824?v=4)](https://github.com/neetkiss "neetkiss (10 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/neetfreya-trendyol-php-api/health.svg)

```
[![Health](https://phpackages.com/badges/neetfreya-trendyol-php-api/health.svg)](https://phpackages.com/packages/neetfreya-trendyol-php-api)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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