airlst/sdk-php

There is no license information available for the latest version (1.0.1) of this package.

This package is a SDK for handling AirLST Core API calls

1.0.1 2025-07-02 09:05 UTC

README

example workflow

AirLST Core PHP SDK

This package provides a PHP SDK for the Core API, allowing developers to easily integrate AirLST Core services into their applications. It is built using AirLST OpenAPI specifications and is built with the help of crescat-io/saloon-sdk-generator tool.

Requirements

  • PHP >= 8.4
  • Composer

Installation

composer require airlst/sdk-php

Usage

use AirLST\SdkPhp\CoreApi;

$connector = new CoreApi('api-key');

$response = $connector->guest()->getGuests('event-uuid');

Contributing

If you want to contribute to this SDK, you can generate the SDK from the fresh OpenAPI specification using the following command:

composer build