PHPackages                             eray-akartuna/n11client - 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. eray-akartuna/n11client

ActiveLibrary[API Development](/categories/api)

eray-akartuna/n11client
=======================

n11.com web service client

12366PHP

Since Mar 4Pushed 9y ago4 watchersCompare

[ Source](https://github.com/erayakartuna/n11-php)[ Packagist](https://packagist.org/packages/eray-akartuna/n11client)[ RSS](/packages/eray-akartuna-n11client/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

N11 Web Servis
==============

[](#n11-web-servis)

Bu kütüphane ile n11 web servislerine erişebilirsiniz.

\###Örnek Kod

```
$client = new n11Client();

// App key ve app secretları giriyoruz.
$client->auth(array('appKey' => 'xxxx-xxxx-xxxx','appSecret' => 'xxxxxxx'));

$categories = $client->getTopLevelCategories(); //Kategorileri Çekiyoruz
$cities = $client->getCities(); //İl listesine ulaşıyoruz.

//Ürün ekleme - daha fazlası için n11 dökümanına bakabilirsiniz.
$client->saveProduct([
            'productSellerCode' => 'exp-111',
            'title' => 'Test Product',
            'subtitle' => 'Web service test ',
            'description' => 'test product detail',
            'attributes' =>
                [
                    'attribute' => Array()
                ],
            'category' =>
                [
                    'id' => 1000038
                ],
            'price' => 0.99,
            'currencyType' => 'TL',
            'images' =>
                [
                    'image' =>
                        [
                        ]
                ],
            'saleStartDate' => '',
            'saleEndDate' => '',
            'productionDate' => '',
            'expirationDate' => '',
            'productCondition' => '1',
            'preparingDay' => '3',
            'discount' => 10,
            'shipmentTemplate' => 'Kapıda Ödeme',
            'stockItems' =>
                [
                    'stockItem' =>
                        [
                        ]
                ]
        ]);
```

Yazılan diğer metodları görmek için client/Gateway.php dosyasını inceleyebilirsiniz.

Geliştirmek için kodlarınızı n11Client.php içine ekleyebilirsiniz.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6873300?v=4)[Eray Akartuna](/maintainers/erayakartuna)[@erayakartuna](https://github.com/erayakartuna)

---

Top Contributors

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

---

Tags

n11-comn11-soapphp-n11-web-servicesoapweb-serviceweb-service-client

### Embed Badge

![Health badge](/badges/eray-akartuna-n11client/health.svg)

```
[![Health](https://phpackages.com/badges/eray-akartuna-n11client/health.svg)](https://phpackages.com/packages/eray-akartuna-n11client)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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