From 0388ed95a7af07482deb4c28da9fff45a52f3725 Mon Sep 17 00:00:00 2001 From: Oleg Voronkovich Date: Sat, 4 Sep 2021 20:12:09 +0300 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 72ff85f..5a86713 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,8 @@ $client = new Client( ]); ``` +Also, there are available adapters for [Symfony](https://symfony.com/doc/current/http_client.html) and [PSR-18](https://www.php-fig.org/psr/psr-18/) HTTP clents. + ### Low level method "execute" You can interact with the Sberbank REST API using a low level method `execute`: