PHPackages                             coddin-web/lightspeed-php-sdk - 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. coddin-web/lightspeed-php-sdk

ActiveLibrary[API Development](/categories/api)

coddin-web/lightspeed-php-sdk
=============================

An improved PHP client for the Lightspeed eCom API

v1.9.3(4y ago)218MITPHPPHP &gt;=7.3

Since Sep 11Pushed 3y agoCompare

[ Source](https://github.com/coddin-web/lightspeed-php-sdk)[ Packagist](https://packagist.org/packages/coddin-web/lightspeed-php-sdk)[ Docs](http://developers.lightspeedhq.com/ecom)[ RSS](/packages/coddin-web-lightspeed-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (17)Used By (0)

[![Lightspeed eCom](https://camo.githubusercontent.com/2c5e8512b95687bbfd21defc6e12ec2356c9ee82234fa9855540a8d5b27710cf/68747470733a2f2f646576656c6f706572732e6c69676874737065656468712e636f6d2f696d616765732f6e65775f6c6f676f2e706e67)](https://camo.githubusercontent.com/2c5e8512b95687bbfd21defc6e12ec2356c9ee82234fa9855540a8d5b27710cf/68747470733a2f2f646576656c6f706572732e6c69676874737065656468712e636f6d2f696d616765732f6e65775f6c6f676f2e706e67)

[![Latest Stable Version](https://camo.githubusercontent.com/b89f8bc9543a705f9f419827fe79c8edd491d39eb0421d8eeaa93b29a02fbe94/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f6464696e2d7765622f6c6967687473706565642d7068702d73646b2e737667)](https://packagist.org/packages/seoshop/seoshop-php)[![Latest Unstable Version](https://camo.githubusercontent.com/7a33d48e239d94bee62305d28e4625a1969fbf258a5c0e1dc73a9b6f54d5a16b/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f767072652f636f6464696e2d7765622f6c6967687473706565642d7068702d73646b2e737667)](https://packagist.org/packages/seoshop/seoshop-php)[![License](https://camo.githubusercontent.com/505fe3a551fc6e64816f64cee81471b04e7ef943170e4f994c249982b3fd4290/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e737667)](https://camo.githubusercontent.com/505fe3a551fc6e64816f64cee81471b04e7ef943170e4f994c249982b3fd4290/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e737667)

Improved Lightspeed eCom PHP API client
=======================================

[](#improved-lightspeed-ecom-php-api-client)

This package is a convenience wrapper to communicate with the Lightspeed eCom REST-API.

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

[](#requirements)

To use the Lightspeed eCom PHP API client, the following things are required:

- PHP &gt;= 5.4
- cURL, JSON, mbstring and FileInfo PHP extensions

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

[](#installation)

By far the easiest way to install the Lightspeed eCom PHP API client is to require it with [Composer](http://getcomposer.org/doc/00-intro.md).

```
$ composer require coddin-web/lightspeed-php-sdk:^1.9
```

```
{
    "require": {
        "coddin-web/lightspeed-php-sdk": "^1.9"
    }
}
```

Usage
-----

[](#usage)

There are a lot of API resources that are accessible through this client. You can look them up by looking at the code. Their name matches the name in the documentation.

```
