PHPackages                             wic/shopify-api-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. wic/shopify-api-client

ActiveLibrary[API Development](/categories/api)

wic/shopify-api-client
======================

Lightweight multi-paradigm PHP (JSON) client for the Shopify API.

v1.0.5(10y ago)01.8k2GNU GPL v3PHPPHP &gt;= 5.4.0

Since Oct 13Pushed 9y ago2 watchersCompare

[ Source](https://github.com/Web-In-Color/ShopifyAPIClient)[ Packagist](https://packagist.org/packages/wic/shopify-api-client)[ RSS](/packages/wic-shopify-api-client/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (7)Used By (0)

shopify.php
===========

[](#shopifyphp)

Lightweight multi-paradigm PHP (JSON) client for the [Shopify API](http://api.shopify.com/).

Installation
------------

[](#installation)

With Composer:

```
composer require wic/shopify-api-client
```

Requirements
------------

[](#requirements)

- PHP 5.4 with [cURL support](http://php.net/manual/en/book.curl.php).
- Only compatible OAuth Shopify Apps. For Legacy Authentication: [Use an old version of ohShopify.php](https://github.com/cmcdonaldca/ohShopify.php/blob/7ee7a344ca83518a0560ba585d4f8deab65bf5cd/shopify.php)

Getting Started
---------------

[](#getting-started)

Basic needs for authorization and redirecting

```
