文件名称:shopify_private_app-skeleton:使用phpishshopify的Skeleton Shopify私人应用程序项目
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-05 00:41:11
PHP
克隆仓库并通过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 。 使用私有应用程序的凭据更新conf.php。 检出.php文件,看看它们如何工作。 (例如,http://path-to-new_prj/get_shop.php)
【文件预览】:
shopify_private_app-skeleton-master
----index.html(0B)
----conf.php(136B)
----README.md(535B)
----get_shop.php(639B)
----create_product.php(1KB)
----get_products.php(691B)
----composer.json(102B)