PHP code example of vladpak1 / antoinehumiditycalculator
1. Go to this page and download the library: Download vladpak1/antoinehumiditycalculator 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/ */
vladpak1 / antoinehumiditycalculator example snippets
use vladpak1\antoineHumidityCalculator\AntoineHumidityCalculator;use vladpak1\AntoineHumidityCalculator\Calculator;
// Load composer
0, 60.0, 30.0);
echo "New Relative Humidity: " . $result['newRelativeHumidity'] . "%\n";
echo "Condensed Water Volume: " . $result['condensedWaterVolume'] . " ml\n";