sturple/shopify-retailers

This package is abandoned and no longer maintained. No replacement package was suggested.

Shopify Retailers (Embed)

dev-master 2017-02-11 20:42 UTC

This package is not auto-updated.

Last update: 2021-05-29 10:13:59 UTC


README

Installation

Install With Composer

{
   "require": {
       "sturple/shopify-retailers": "dev-master"
   }
}

and then execute

$ composer update

Configuration

Add to app/AppKernel.php file

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            ...
             new Fgms\RetailersBundle\FgmsRetailersBundle();
        ]
    }
}

The following configuration options may/must be set in config.yml:

fgms_retailers:
    api_key:            # API key for Shopify
    secret:             # Secret for Shopify
    scope:              # Scope for Shopify permissions.

Shopify App Configuration

The bundle specifies the following routes which must be known to configure as a Shopify App:

  • Install: /install
  • OAuth: /auth
  • Home: /