slepic / shopify-app-kit
Simple PHP kit for development of Shopify apps
v1.1.0
2021-02-22 06:41 UTC
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: 2024-10-22 14:44:59 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.