eolymp/php-sdk

PHP SDK for Eolymp API

0.11.5 2024-09-17 15:27 UTC

This package is auto-updated.

Last update: 2024-09-18 20:51:11 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"]));