PHPackages                             adezandee/shopify-bundle - 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. adezandee/shopify-bundle

ActiveSymfony-bundle[API Development](/categories/api)

adezandee/shopify-bundle
========================

Symfony2 Bundle to interact with a Shopify Store (API Call)

4182PHP

Since Apr 28Pushed 12y ago1 watchersCompare

[ Source](https://github.com/Adezandee/shopify-bundle)[ Packagist](https://packagist.org/packages/adezandee/shopify-bundle)[ RSS](/packages/adezandee-shopify-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

ShopifyBundle
=============

[](#shopifybundle)

[![Build Status](https://camo.githubusercontent.com/f71ed792410c12218ecdb7299805b7271464c4ce7f888f6724a0a0b099244b7e/68747470733a2f2f7472617669732d63692e6f72672f4164657a616e6465652f73686f706966792d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Adezandee/shopify-bundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/723e262c1159bf699554642430a8268226e2842e8d4f8a80631a72129a3402c4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4164657a616e6465652f73686f706966792d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f733d34323864346131623262656562396439366430343461353464623264653062376636353235363362)](https://scrutinizer-ci.com/g/Adezandee/shopify-bundle/)[![Code Coverage](https://camo.githubusercontent.com/88ff1ab3750c4b2991d3f77d21f699ec3c85e1056baa4f1aa6372ba417c2f2d9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4164657a616e6465652f73686f706966792d62756e646c652f6261646765732f636f7665726167652e706e673f733d34646534333236383066666238353161366164363833333534636131653763373036383263623335)](https://scrutinizer-ci.com/g/Adezandee/shopify-bundle/)[![Total Downloads](https://camo.githubusercontent.com/e69755045f2684a240073999287c3a08bb46c5a34913a021cbe2abcc3dd3b5e8/68747470733a2f2f706f7365722e707567782e6f72672f6164657a616e6465652f73686f706966792d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/adezandee/shopify-bundle)[![License](https://camo.githubusercontent.com/73dc4b392928c6d62b27a31af63e616e92e70a12ddbddab3c0ccee4aa2a8e1de/68747470733a2f2f706f7365722e707567782e6f72672f6164657a616e6465652f73686f706966792d62756e646c652f6c6963656e73652e706e67)](https://packagist.org/packages/adezandee/shopify-bundle)

Symfony2 Bundle to interact with a Shopify Store (API Call)

### Configuration

[](#configuration)

After installing the bundle, you'll need private api key and password of your shopify shop and add it in your config file:

```
# app/config/config.yml

shopify:
    api_key:    "%shopify_api_key%"
    password:   "%shopify_password%"
    secret:     "%shopify_secret%"
    domain:     "%shopify_domain%"
```

Basic Usage
-----------

[](#basic-usage)

This bundle provide a mapping of Shopify object and allow you to create / update / delete items of your shopify store through API call.

```
# AcmeBundle/Controller/DefaultController.php

    public function newProductAction()
    {
        $product = new Product();
        $product
            ->setTitle('Test Product1')
            ->setBodyHtml('Body Test Product1')
            ->setProductType('Test')
            ->setVendor('symfony')
        ;

        $product = $this->get('shopify.product_exporter')->export($product);

        // Now you can persist locally that you created a shopifyProduct
        // with $product->getId();
    }
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/0f4f23e3868dab229ae64ed6af3da4e387d0dae3b40fc7c4f6203ca35750872e?d=identicon)[Adezandee](/maintainers/Adezandee)

### Embed Badge

![Health badge](/badges/adezandee-shopify-bundle/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M478](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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