slepic / shopify-app-kit
Simple PHP kit for development of Shopify apps
Installs: 82
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/slepic/shopify-app-kit
Requires
- php: >=7.4
- ext-json: *
- psr/http-client: ^1.0
- psr/http-factory: ^1.0
- slexphp/simple-http-api-client: ^1.0
Requires (Dev)
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.5
- vimeo/psalm: ^4.2
This package is auto-updated.
Last update: 2025-09-22 16:47:34 UTC
README
A simple PHP wrapper around the Shopify API.
Installation
Install via Composer by running composer require slepic/shopify-app-kit
in your project directory.
Usage
@todo
Credits
Special thanks to https://github.com/luketowers/php-shopify-api from which this project forked but diverged very quickly which resulted in a completely separte library.