Download the PHP package chak10/weather-converter without Composer
On this page you can find all versions of the php package chak10/weather-converter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download chak10/weather-converter
More information about chak10/weather-converter
Files in chak10/weather-converter
Download chak10/weather-converter
More information about chak10/weather-converter
Files in chak10/weather-converter
Vendor chak10
Package weather-converter
Short Description A library for weather-related conversions.
License GPL-3.0
Package weather-converter
Short Description A library for weather-related conversions.
License GPL-3.0
Please rate this library. Is it a good library?
Informations about the package weather-converter
Weather Converter
Weather Converter is a PHP-based tool designed to convert weather data between different units and formats. This project is intended for developers looking to integrate weather data conversion functionality into their applications.
Features
- Convert temperature, wind speed, and pressure between different units.
- Easy integration with your existing PHP applications.
- Supports both metric and imperial units.
Installation
- Install dependencies using Composer:
Usage
Simply include the WeatherConverter class in your PHP code and use the methods to convert weather data between units.
Example:
use WtConverter\Temperature;
$temp = new Temperature(25, 'c', 'f');
echo $temp->getResult(); // Output: 77 (Fahrenheit)All versions of weather-converter with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package chak10/weather-converter contains the following files
Loading the files please wait ...