File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Bigcommerce API Client
22======================
33
4- PHP client for connecting to the Bigcommerce V2 REST API.
4+ PHP client for connecting to the Bigcommerce V2 and V3 REST API.
55
66To find out more, visit the official documentation website:
77http://developer.bigcommerce.com/
@@ -31,10 +31,10 @@ Installation
3131------------
3232
3333Use the following Composer command to install the
34- API client from [ the Bigcommerce vendor on Packagist] ( https://packagist.org/packages/bigcommerce/ api ) :
34+ API client from [ the Bigcommerce vendor on Packagist] ( https://packagist.org/packages/naveenrajbu/bigcommerce- api-php-v3 ) :
3535
3636~~~ shell
37- $ composer require bigcommerce/ api
37+ $ composer require naveenrajbu/bigcommerce- api-php-v3
3838 $ composer update
3939~~~
4040
@@ -85,8 +85,8 @@ Set 'v3' by default if you're only using 'v3' APIs
8585
8686'v3' methods has ` $version ` parameter which can be used if you didn't set version 'v3' as default version.
8787
88- ## Carts(V3)
89-
88+ Carts(V3)
89+ ------------
9090you can do almost all the functions in cart.
9191
9292** Get Cart by Cart Id** : ` getCart($id, $version = null); `
You can’t perform that action at this time.
0 commit comments