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.
- PHP >= 8.4
- Composer
composer require airlst/sdk-php
use AirLST\SdkPhp\CoreApi;
$connector = new CoreApi('api-key');
$response = $connector->guest()->getGuests('event-uuid');
If you want to contribute to this SDK, you can generate the SDK from the fresh OpenAPI specification using the following command:
composer build