PHP code example of oibay / ncanode_client
1. Go to this page and download the library: Download oibay/ncanode_client 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/ */
oibay / ncanode_client example snippets
php
use Oibay\Ncanode\NcanodeClient;
$client = new NcanodeClient();
$client->setUrl(); //По умолчанию http://localhost:14579/
$client->x509Info();
$client->pkcsInfo();
$client->verifyXML();
$client->xmlSign();
$client->wsseSign();
$client->cmsSign();