1. Go to this page and download the library: Download webazon/crypto-ssl library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
webazon / crypto-ssl example snippets
$public_key = 'ПУБЛИЧНЫЙ_КЛЮЧ';
$private_key = 'ПРИВАТНЫЙ_КЛЮЧ';
$openSSL = new Webazon\CryptoSSL\OpenSSL($public_key,$private_key);