yusufkalafat/trendyol-api-client

Trendyol API PHP istemcisi

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/yusufkalafat/trendyol-api-client

v1.0.0 2025-02-13 08:18 UTC

This package is auto-updated.

Last update: 2025-12-13 10:07:55 UTC


README

Bu PHP kütüphanesi, Trendyol API ile entegrasyonu kolaylaştırır. Siparişleri listeleyebilir, stokları güncelleyebilir ve ürün fiyatlarını değiştirebilirsiniz.

🚀 Kurulum

git clone https://github.com/yusufkalafat/trendyol-api-client.git
cd trendyol-api-client

Veya Composer ile:

composer require yusufkalafat/trendyol-api-client

🔧 Kullanım

require 'src/Trendyol.php';

$trendyol = new Trendyol('SUPPLIER_ID', 'API_KEY', 'API_SECRET');

// Siparişleri getir
$orders = $trendyol->getOrders('Delivered');
print_r($orders);

📜 Lisans

Bu proje, MIT Lisansı altında dağıtılmaktadır.