Skip to content

airlst/sdk-php

Repository files navigation

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

About

PHP SDK for Core integration

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages