PHPackages                             seregatte/shopify-guzzle-api - 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. [Framework](/categories/framework)
4. /
5. seregatte/shopify-guzzle-api

ActiveLibrary[Framework](/categories/framework)

seregatte/shopify-guzzle-api
============================

A Wrapper using Guzzle for a Shopify API and compatible with Google AppEngine

v1.0.0(11y ago)256MITPHPPHP &gt;=5.4.0

Since Apr 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/seregatte/shopify-guzzle-api)[ Packagist](https://packagist.org/packages/seregatte/shopify-guzzle-api)[ Docs](http://github.com/seregatte/shopify-guzzle-api/)[ RSS](/packages/seregatte-shopify-guzzle-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

ShopifyGuzzleApi
================

[](#shopifyguzzleapi)

A Wrapper using Guzzle for a Shopify API and compatible with Google AppEngine

This library is mean to be a Oriented Object Way to access a Shopify Api using the Guzzle instead of CURL, because of that, this library is compatible with Google App Engine.

\##Usage

What you need to do for get this library, is putting the following code into your composer.json file:

```
"require": {
     "seregatte/shopify-guzzle-api: "dev-master",
}

```

And to use our library into you PHP code, like this:

```
