PHPackages                             lightspeedhq/ls-retail-guzzle - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. lightspeedhq/ls-retail-guzzle

ActiveLibrary[HTTP &amp; Networking](/categories/http)

lightspeedhq/ls-retail-guzzle
=============================

A Guzzle HTTP Client extension for Lightspeed Retail.

v1.0(8y ago)33955[1 issues](https://github.com/jamesratcliffe/ls-retail-guzzle/issues)[1 PRs](https://github.com/jamesratcliffe/ls-retail-guzzle/pulls)MITPHPPHP &gt;=5.6

Since Sep 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/jamesratcliffe/ls-retail-guzzle)[ Packagist](https://packagist.org/packages/lightspeedhq/ls-retail-guzzle)[ Docs](https://github.com/jamesratcliffe/ls-retail-guzzle)[ RSS](/packages/lightspeedhq-ls-retail-guzzle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

RetailClient for Lightspeed Retail
==================================

[](#retailclient-for-lightspeed-retail)

The class is an extension of the Guzzle 6 PHP HTTP Client for use with the Lightspeed Retail API.

It works the same way as the standard Guzzle Client, but takes care of refreshing access tokens and rate limiting.

**This package was created for demonstration purposes and comes with no waranty.**

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

[](#installation)

Use this commmand to install with Composer:

```
$ composer require lightspeedhq/ls-retail-guzzle:~1.0
```

Alternatively, you can add these lines to your `composer.json` file:

```
    "require": {
        "lightspeedhq/ls-retail-guzzle": "~1.0"
    }
```

Usage Example
-------------

[](#usage-example)

```
