slince / shopify-api-php

:rocket: Shopify API Client for PHP
MIT License
128 stars 47 forks source link

Package still maintained? #111

Open tmaass-umg opened 1 year ago

tmaass-umg commented 1 year ago

Hi, sorry to open an issue for this but is this package still maintained? As I get this right, this package uses the API Version 2022-04 and therefore is two releases behind. We would love to use this package for our shopify integration but we need to make sure that the package is still supported.

slince commented 1 year ago

2022-04 is default version;you can change it

$client = new Slince\Shopify\Client('your-store.myshopify.com', $credential, [
    'meta_cache_dir' => './tmp' // Metadata cache dir, required
    'api_version' => 'xxxx'
]);