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.
- Host: GitHub
- URL: https://github.com/amarok24/unitconvert
- Owner: Amarok24
- License: unlicense
- Created: 2023-02-28T14:17:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T14:21:30.000Z (over 3 years ago)
- Last Synced: 2025-02-16T07:41:20.702Z (over 1 year ago)
- Topics: php, unitconversion, unitconverter, units-converter
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.