php-fit-file-analysis icon indicating copy to clipboard operation
php-fit-file-analysis copied to clipboard

A PHP class for analysing FIT files created by Garmin GPS devices

Results 20 php-fit-file-analysis issues
Sort by recently updated
recently updated
newest added

Some FIT files I've processed recently are throwing an error because LINE 1389 returns a value for $architecture which causes an error on LINE 1392 because the value is outside...

Hello, I'm using your project and it works fine with fit files contains a single activity, but it doesn't work with multisport fit files. Is there any chance to extract...

In the FIT files there are two fields "product" and "garmin_product" which are not interchangeable. Therefore, when pulling out the device information for Garmin devices some values that are returned...

I'm trying to process a file that looks to be from a Suunto Ambit that I can view by uploading to https://www.fitfileviewer.com/ If I try to process using this library...

Hi, for the first time Garmin (yesterday and today) has sent me a FIT with multiple sessions, that generate an error. How to approach this? Thanks a lot, Franco

Hi, im testing your parser (great job) but i have a problem. I have an issue with the parser. Unfortunatly, data_mesgs['session'] is null and i don't have any data. data_mesgs['record']...

Hi, How does the code separate between a Pause or just a Smart Record (sampling not every second)?

``` 1228: $this->types = $this->endianness[$architecture]; Undefined offset: 25 in vendor/adriangibbons/php-fit-file-analysis/src/phpFITFileAnalysis.php on line 1228 Undefined offset: 139 in vendor/adriangibbons/php-fit-file-analysis/src/phpFITFileAnalysis.php on line 1228 Undefined offset: 97 in vendor/adriangibbons/php-fit-file-analysis/src/phpFITFileAnalysis.php on line 1228 Undefined...

works for me

Is it possible to have new getJSON functions for other FIT sections? This function extracts only data from "record" section, but I need also an extractor for "lap" section. Thank...

enhancement

Hello Adrian :) I have an issue with the parser. Unfortunatly, `data_mesgs['record']` is null and i don't have any data. This line seems to be the problem : `$this->file_header['data_size'] =...