Registry / http-client / ohmybrew-basic-shopify-api

ohmybrew-basic-shopify-api

JSON →
library11.0.0phppackagistunverified

A basic Shopify API wrapper with REST and GraphQL support, powered by Guzzle.

composer require ohmybrew/basic-shopify-api
INSTALL
IMPORT
SIG · OHMYBREW-BASIC-SHO
O
ohmybrew-basic-shopify-api
http-clientphpv11.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BasicShopifyAPI
use OhMyBrew\BasicShopifyAPI\BasicShopifyAPI;

Initialize the API and fetch products.

use OhMyBrew\BasicShopifyAPI\BasicShopifyAPI; $api = new BasicShopifyAPI(); $api->setApiKey('your-api-key'); $api->setApiSecret('your-api-secret'); $products = $api->rest('GET', '/admin/products.json');
Debug
Known issues
breakingRequires PHP 7.4+ and Guzzle 7.x.
fix
Ensure your environment meets these requirements.
affects: >=11.0.0
Upgrade
Version history
11.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
12
OpenAI (training)
2
Amazon
1
Resources