The multilingual programmers' extension for easy measurements conversions just with one function. Almost all known units supported!
You're at the main page of yaConverter and you just found the good way! yaConverter is extension for programmers that allows you to simply convert almost all known units in the world by using very simple and adjustable functions. You can even convert one unit to two! For example: Feet to Miles and Yards. Just a single folder with some light-weight files. No composer needed to install, just move folder to your project. Also, I offer a great support, ready to help you and open for suggestions and edits! Good luck and thanks for choosing yaConverter! :D
$outputs = InterUnits::CmToFtIn(160);
echo $outputs["feet"]." ft and ".$outputs["inches"]." inches.";
Output: 5 ft and 3 inches.
The above code is example of function in PHP, which converts centimeters to feet and inches. This function is not available yet, but a lot of others already do!
Click on the icon to download.
EDIT THIS OR SMTH IDK
Yes, you can help developing by writing / editing code. Also, you can suggest missed language support or function. Just open a pull request for me. If I will accept edits, them will be merged into the project and will be available. Good luck! ;)