PHPackages                             magicalella/yii2-shopify - 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. [Framework](/categories/framework)
4. /
5. magicalella/yii2-shopify

ActiveYii2-extension[Framework](/categories/framework)

magicalella/yii2-shopify
========================

Shopify component for Yii 2 framework

14PHP

Since Jun 26Pushed 10mo agoCompare

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

READMEChangelog (1)DependenciesVersions (1)Used By (0)

yii2-shopify
============

[](#yii2-shopify)

Modulo per integrare la Yii con Shopify

[Shopify Technical API Documentation](https://shopify.dev/docs/api/admin-graphql)Generate access Token ()

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Run

```
composer require "magicalella/yii2-shopify" "*"

```

or add

```
"magicalella/yii2-shopify": "*"

```

to the require section of your `composer.json` file.

Configuration
-------------

[](#configuration)

**Component Setup**

1. Add component to your config file

```
'components' => [
    // ...
    'shopify' => [
        'class' => 'magicalella\shopify\Shopify',
        'storeName' => 'store name in Shopify',
        'accessToken' => 'accessToken generate in Shopify APP',
        'apiVersion' => 'api version settin durinf build APP in Shopify',
    ],
]
```

Usage:
------

[](#usage)

**Query:**

```
const QUERY_CHECK =  (int) $userId], 'github');
```

**ActiveDataProvider:**

```
use magicalella\shopify\ShopifyDataProvider;

// If you want to use pagination in ActiveDataProvider, Set $offset and $limit in your query. Everything will be handled automatically.
const QUERY =  QUERY,
    'queryCallback' => 'data.categories', // How to access the array in responded query result? More: https://www.yiiframework.com/doc/guide/2.0/en/helper-array#getting-values
    'totalCountQuery' => 'query { categoriesConnection { aggregate { count } } }',
    'target' => 'prisma',
]);

return $this->render('index', [
    'dataProvider' => $dataProvider,
]);
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity14

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/d8556d75138833ae5a306ebff1807edf3f501cb452e9cf533535b52f7855adf3?d=identicon)[magicalella](/maintainers/magicalella)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/magicalella-yii2-shopify/health.svg)

```
[![Health](https://phpackages.com/badges/magicalella-yii2-shopify/health.svg)](https://phpackages.com/packages/magicalella-yii2-shopify)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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