airlst / sdk-php
This package is a SDK for handling AirLST Core API calls
Installs: 146
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
pkg:composer/airlst/sdk-php
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-10-02 09:51:20 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