orneryspy / shopify_private_app-skeleton

Skeleton Shopify Private App project using phpish/shopify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Clone the repo and get dependencies via composer
git clone --depth 1 --branch master https://github.com/phpish/shopify_private_app-skeleton.git new_prj
cd new_prj
rm -rf .git
rm README.md
curl -sS https://getcomposer.org/installer | php
php composer.phar install
  1. Create a private app.
  2. Update conf.php with the private app's credentials.
  3. Check out the .php files and see how they work. (e.g., http://path-to-new_prj/get_shop.php)

About

Skeleton Shopify Private App project using phpish/shopify


Languages

Language:PHP 100.0%