PHPackages                             yiiman/digikala - 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. yiiman/digikala

ActiveLibrary

yiiman/digikala
===============

09PHP

Since Aug 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/apistorm-dev/digikala)[ Packagist](https://packagist.org/packages/yiiman/digikala)[ RSS](/packages/yiiman-digikala/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

digikala Storm
==============

[](#digikala-storm)

وب سرویس دریافت اطلاعات محصول از - دیجی کالا

برای دریافت اطلاعات محصولات دیجی کالا به صورت کلاسیفای شده از این پکیج استفاده کنید

سازگاری با برنامه های کدنویسی
-----------------------------

[](#سازگاری-با-برنامه-های-کدنویسی)

این پکیج با برنامه ی

PHPStorm VSCode

کاملا سازگار است و با توجه به کلاسیفای شدن وب سرویس, شما میتوانید قبل از ارسال درخواست ها, نتایج را به صورت تودرتو بوسیله ی ساجسشن بررسی کنید مشابه تصویر ذیل

[![](https://github.com/apistorm-dev/digikala/raw/main/.pictures/1.png)](https://github.com/apistorm-dev/digikala/blob/main/.pictures/1.png)

نصب پکیج
--------

[](#نصب-پکیج)

برای نصب کافیست دستور زیر را در پوش ی پروژه ی خود اجرا کنید:

```
composer require yiiman/digikala
```

تست پکیج
--------

[](#تست-پکیج)

جهت تست پکیج کافیست از کلاس

`YiiMan\Digikala\DigikalaStorm`

یک شیء بسازید و از داخل کلاس, متدهای موجود را فراخوانی کنید:

```
use YiiMan\Digikala\DigikalaStorm;

$sdk = new DigikalaStorm();
// دریافت اطلاعات دسته بندی تبلت
$category=$sdk->getCategory('tablet');
// بررسی اتصال صحیح و دریافت اطلاعات
if ($category->isSuccess()) {
    $priceTitle=$category->filters->price->title;
    print_r($priceTitle);
}

// دریافت اطلاعات محصول شماره 3699809
$product = $sdk->getProduct('3699809');
// بررسی اتصال صحیح و دریافت اطلاعات
if ($product->isSuccess()) {

    $title=$product->product->title_fa;
    $specs=$product->product->specifications[0]->attributes;
    print_r($title);
    print_r($specs);
}
```

قدرت گرفته از
-------------

[](#قدرت-گرفته-از)

[APIStorm](https://github.com/apistorm-dev)

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 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://www.gravatar.com/avatar/289bca70798b2ce7dadc6fbe072bf8c2ffea21ef7db91a5a2659129b34ca9e4e?d=identicon)[yiiman](/maintainers/yiiman)

---

Top Contributors

[![yiiman-dev](https://avatars.githubusercontent.com/u/11722893?v=4)](https://github.com/yiiman-dev "yiiman-dev (10 commits)")

### Embed Badge

![Health badge](/badges/yiiman-digikala/health.svg)

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

PHPackages © 2026

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