PHPackages                             dansleboby/lightspeed-xseries-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. dansleboby/lightspeed-xseries-sdk

ActiveLibrary[API Development](/categories/api)

dansleboby/lightspeed-xseries-sdk
=================================

PHP SDK for the X‑Series API, generated with Saloon

v0.0.3(11mo ago)045MITPHPPHP ^8.1

Since Jul 23Pushed 11mo agoCompare

[ Source](https://github.com/dansleboby/lightspeed-xseries-sdk)[ Packagist](https://packagist.org/packages/dansleboby/lightspeed-xseries-sdk)[ RSS](/packages/dansleboby-lightspeed-xseries-sdk/feed)WikiDiscussions main Synced 3w ago

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

Lightspeed Retail (X-Series) API v2.0 - PHP SDK
===============================================

[](#lightspeed-retail-x-series-api-v20---php-sdk)

This repository contains a PHP SDK for interacting with version 2.0 of the Lightspeed Retail (X-Series) API. It is built using the excellent [Saloon](https://github.com/saloonphp/saloon) library to provide a simple and expressive way to make API requests.

---

### ⚠️ Disclaimer ⚠️

[](#️-disclaimer-️)

This SDK is **not officially created or supported by Lightspeed**. It is an independent, community-driven project.

Furthermore, this software is currently in an **alpha stage**. This means it may contain bugs, and breaking changes can be introduced at any time. Please use it at your own risk and test thoroughly before using it in a production environment.

---

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

[](#requirements)

- PHP 8.1 or higher
- [Composer](https://getcomposer.org/)

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

[](#installation)

You can install the package via Composer:

```
composer require dansleboby/lightspeed-xseries-sdk
```

Quick Start
-----------

[](#quick-start)

Here is a basic example of how to list sales.

```
