You can find Request and Response class in the kit. You can use the encrypt() and decrypt() from HesabeCrypt class.
Download PHP Kit for below php 8.3
Download PHP Kit for latest php version
<?php
$encrypted = HesabeCrypt::encrypt($requestDataJson, $encryptionKey, $ivKey);
$decrypted = HesabeCrypt::decrypt($checkoutResponseContent, $encryptionKey, $ivKey);