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
Requires
- php: ^8.4
- saloonphp/pagination-plugin: ^2.0
- saloonphp/saloon: 3.0
Requires (Dev)
- airlst/php-cs-fixer-config: ^3.6
- airlst/phpstan-config: dev-master
- airlst/rector-config: dev-master
- crescat-io/saloon-sdk-generator: ^1.10
- ergebnis/composer-normalize: ^2.47
- friendsofphp/php-cs-fixer: ^2.0 || ^3.14
- mockery/mockery: ^1.4
- orchestra/testbench: ^6.0 || ^7.0 || ^8.0 || ^9.0
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^8.0 || ^9.0 || ^10.0
- rector/swiss-knife: ^2.2
This package is auto-updated.
Last update: 2025-07-02 09:15:04 UTC
README
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