PHP code example of repat / ham-radio
1. Go to this page and download the library: Download repat/ham-radio 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/ */
repat / ham-radio example snippets
$us = new US;
$us->verifyCallSign('KN6DZC');
// returns: [
// "Response" => [
// "Licenses" => [
// "License" => [
// "licName" => "...."
$us ->validateCallSign('KN6DZC');
// returns: true