Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 378 Bytes

File metadata and controls

18 lines (12 loc) · 378 Bytes

Eolymp PHP SDK

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"]));