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)161MITPHPPHP ^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 2d 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 35% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

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

651d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/43830824?v=4)[Eren Küçük](/maintainers/neetkiss)[@neetkiss](https://github.com/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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M992](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k39](/packages/neuron-core-neuron-ai)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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