php-fit-file-analysis
php-fit-file-analysis copied to clipboard
A PHP class for analysing FIT files created by Garmin GPS devices
In fit files of for example strength trainings the info of the exercise, weight and reps are "stored" in setMesgs. For now it seems php-fit-file-analysis drops this. Is it possible...
Currently **phpFITFileAnalysis** contains a line (line 1476): `filter_var($tmp_value, FILTER_SANITIZE_STRING);` According php manual this is deprecated as of PHP 8.1.0. It's recommended to use htmlspecialchars() instead. Everything works just fine if...
I see the following when attempting to analyse a file from a Coros Vertix device: PHP Warning: unpack(): Type V: not enough input, need 4, have 1 in phpFITFileAnalysis.php on...