Skip to content

Commit 2ab054e

Browse files
committed
README update - composer installation
1 parent b85bf16 commit 2ab054e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
PHPShopify is a simple SDK implementation of Shopify API. It helps accessing the API in an object oriented way.
33

44
## 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:
611
712
```
813
"autoload": {

0 commit comments

Comments
 (0)