PHPackages                             github-bishwajeet/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. github-bishwajeet/ls-retail-guzzle

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

github-bishwajeet/ls-retail-guzzle
==================================

A Guzzle HTTP Client extension for Lightspeed Retail.

v2.3.4(3y ago)057MITPHPPHP &gt;=5.6

Since Mar 3Pushed 3y agoCompare

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

READMEChangelog (1)Dependencies (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 github-bishwajeet/ls-retail-guzzle
```

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

```
    "require": {
        "github-bishwajeet/ls-retail-guzzle": "2.*"
    }
```

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

[](#usage-example)

```
