eolymp / php-sdk
PHP SDK for Eolymp API
0.15.3
2026-05-22 07:42 UTC
Requires
- google/protobuf: ^3.17
This package is auto-updated.
Last update: 2026-06-10 14:31:20 UTC
README
Eolymp PHP SDK provides development kit for interacting with Eolymp API.
Usage
Install package using following command:
composer require eolymp/php-sdk
Create client object and send a request:
$cognito = new \Eolymp\Cognito\CognitoClient($invoker); $response = $cognito->DescribeUser(new DescribeUserInput(["UserId" => "1234"]));