PHP code example of andyftw / ssllabs-php
1. Go to this page and download the library: Download andyftw/ssllabs-php 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/ */
andyftw / ssllabs-php example snippets
= new \Andyftw\SSLLabs\Api();
try {
$info = $api->info();
echo $info->getStatus();
} catch (\Andyftw\SSLLabs\Exception\ApiException $e) {
echo $e->getMessage() . ' @ ' . $e->getCall();
}
$loader = nRegistry::registerLoader(array($loader, "loadClass"));