PHPackages                             lightspeedhq/ls-ecom-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-ecom-guzzle

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

lightspeedhq/ls-ecom-guzzle
===========================

A Guzzle HTTP Client extension for Lightspeed eCommerce

v1.0.1(8y ago)050MITPHPPHP &gt;=5.6

Since Sep 29Pushed 8y ago1 watchersCompare

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

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

Guzzle Client for Lightspeed eCommerce
======================================

[](#guzzle-client-for-lightspeed-ecommerce)

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

It works the same way as the standard Guzzle Client, but takes care of 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-ecom-guzzle:~1.0
```

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

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

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

[](#usage-example)

```
