2017 © Pedro Peláez
 

symfony-bundle shopify-forms

Shopify Forms Bundle (Embed)

image

sturple/shopify-forms

Shopify Forms Bundle (Embed)

  • Tuesday, February 7, 2017
  • by sturple
  • Repository
  • 2 Watchers
  • 0 Stars
  • 3 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/fgms-shopify-forms": "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\EmailInquiriesBundle\FgmsEmailInquiriesBundle(); ] } }

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

fgms_email_inquiries:
    api_key:            # API key for Shopify
    secret:             # Secret for Shopify

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: /

To setup a Shopify proxy for form submission point the proxy at /submit. The unique code for the form to submit to should be appended to the Shopify proxy link., (*6)

The Versions

07/02 2017

dev-master

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

Shopify Forms Bundle (Embed)

  Sources   Download

MIT

The Requires

 

by Robert Leahy

oauth symfony forms shopify embed