PHPackages                             bluntk/pazarama - 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. bluntk/pazarama

ActiveLibrary[API Development](/categories/api)

bluntk/pazarama
===============

Pazarama PHP API

v2(1y ago)126[2 issues](https://github.com/kivancagaogluu/pazarama/issues)PHP

Since Dec 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/kivancagaogluu/pazarama)[ Packagist](https://packagist.org/packages/bluntk/pazarama)[ RSS](/packages/bluntk-pazarama/feed)WikiDiscussions master Synced 1mo ago

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

pazarama
========

[](#pazarama)

Pazarama PHP API

Kurulum
-------

[](#kurulum)

```
composer require bluntk/pazarama

```

Ayarlar
-------

[](#ayarlar)

```
$pazarama = new \bluntk\Pazarama([
            'api_key' => $this->apiKey,
            'api_secret' => $this->apiSecret
]);
```

Kategori Ağacı
--------------

[](#kategori-ağacı)

```
$categoryTree = $pazarama->categories();
```

Markalar
--------

[](#markalar)

```
$brands = $pazarama->brands(page: 1, size: 10);
```

Attributeleri ile kategori
--------------------------

[](#attributeleri-ile-kategori)

```
$categoryWithAttributes = $pazarama->categoryWithAttributes($id);
```

Teslimat Adresleri
------------------

[](#teslimat-adresleri)

```
$sellerDeliveries = $pazarama->sellerDeliveries();
```

Şehirler
--------

[](#şehirler)

```
$cities = $pazarama->cities();
```

Ürün Ekleme
-----------

[](#ürün-ekleme)

```
$data = [
        'Name' => 'Name',
        'DisplayName' => 'Display Name',
        'Description' => 'Description',
        'BrandId' => 'Marka ID',
        'Desi' => 1,
        'Code' => 'Barkod',
        'GroupCode' => 'Grup Kodu', // Gruplandırma için ana barkod
        'StockCount' => 'Stok sayısı',
        'VatRate' => 'Vergi Oranı',
        'ListPrice' => 'Liste Fiyatı',
        'SalePrice' => 'Satış Fiyatı',
        'CategoryId' => 'Kategori ID',
        'images' => [
            ['imageurl' => 'görsel url'],
            ['imageurl' => 'görsel url2']
        ],
        'attributes' => [
            [
                'attributeId' => 'AttributeID',
                'attributeValueId' => 'Attribute Value ID',
            ],
           [
                'attributeId' => 'AttributeID',
                'attributeValueId' => 'Attribute Value ID',
            ],
        ],
    ];
$product = $pazarama->createProduct();
```

Batch Request Sorgulama
-----------------------

[](#batch-request-sorgulama)

```
$pazarama->productBatchRequest($batchRequestId);
```

### Diğer servisleri de sınıfın içinde görebilirsiniz. Kullanımları aynıdır. Gönderilecek parametreler pazarama api dökümanında yer aldığı gibidir.

[](#diğer-servisleri-de-sınıfın-içinde-görebilirsiniz-kullanımları-aynıdır-gönderilecek-parametreler-pazarama-api-dökümanında-yer-aldığı-gibidir)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Every ~698 days

Total

2

Last Release

551d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c09d0eed31ab46f009ee6f480c2db24b499c9ce1210458c35380769b0d2befaf?d=identicon)[kivancagaoglu](/maintainers/kivancagaoglu)

---

Top Contributors

[![kivancagaogluu](https://avatars.githubusercontent.com/u/69991179?v=4)](https://github.com/kivancagaogluu "kivancagaogluu (7 commits)")

### Embed Badge

![Health badge](/badges/bluntk-pazarama/health.svg)

```
[![Health](https://phpackages.com/badges/bluntk-pazarama/health.svg)](https://phpackages.com/packages/bluntk-pazarama)
```

###  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)
