We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83b3a8d + ff7866a commit ca7c081Copy full SHA for ca7c081
.gitignore
@@ -1 +1,3 @@
1
-vendor
+vendor
2
+./*.php
3
+./*.sh
README.md
@@ -38,6 +38,14 @@ into the scope with the following namespace declaration:
38
39
```
40
use Bigcommerce\Api\Client as Bigcommerce;
41
+```
42
+You can also install composer for this specific project by running the following in the library folder.
43
+
44
45
+curl -sS https://getcomposer.org/installer | php
46
+php composer.phar install
47
+composer install
48
49
50
51
Configuration
0 commit comments