2017 © Pedro Peláez
 

symfony-bundle shopify-retailers

Shopify Retailers (Embed)

image

sturple/shopify-retailers

Shopify Retailers (Embed)

  • Saturday, February 11, 2017
  • by sturple
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Shopify Forms Bundle (Embed)

Installation

Install With Composer, (*1)

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

and then execute, (*2)

$ composer update

Configuration

Add to app/AppKernel.php file, (*3)


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

The following configuration options may/must be set in config.yml:, (*4)

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:, (*5)

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

The Versions

11/02 2017

dev-master

9999999-dev https://github.com/sturple/shopify-retailers

Shopify Retailers (Embed)

  Sources   Download

MIT

The Requires

 

oauth symfony shopify embed retailer geolocator