PHP code example of hull-and-james-plc / hammett-washington-sdk
1. Go to this page and download the library: Download hull-and-james-plc/hammett-washington-sdk 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/ */
hull-and-james-plc / hammett-washington-sdk example snippets
composer
" "hull-and-james-plc/hammett-washington-sdk": "1.7.0"
}
$client = APIMATICCalculatorClientBuilder::init()
->environment(Environment::PRODUCTION)
->build();