An open API service indexing awesome lists of open source software.

https://github.com/amarok24/unitconvert

Simple unit conversion functions written in PHP. Length / Weight / Temperature.
https://github.com/amarok24/unitconvert

php unitconversion unitconverter units-converter

Last synced: about 1 year ago
JSON representation

Simple unit conversion functions written in PHP. Length / Weight / Temperature.

Awesome Lists containing this project

README

          

# unitconvert
Simple unit conversion functions written in PHP.

- Length: meters, kilometers, inches, feet, miles
- Weight: grams, kilograms, pounds, stones, ounces
- Temperature: Celsius, Fahrenheit, Kelvin

See `unitconvert.php` for usage examples.