You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,12 @@
2
2
PHPShopify is a simple SDK implementation of Shopify API. It helps accessing the API in an object oriented way.
3
3
4
4
## Installation
5
-
PHPShopify is composer supported but still not sumitted to packagist. For the time being you can download and put this into `vendor/phpclassic` folder and add the following code into your `composer.json` file:
5
+
Install with Composer
6
+
```shell
7
+
composer require phpclassic/php-shopify
8
+
```
9
+
10
+
>You may not be able to download until a stable version is available. For the time being you can download and put this into `vendor/phpclassic` folder and add the following code into your root `composer.json` file:
0 commit comments