Skip to content

phpish/shopify_private_app-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages