Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

phpFITFileAnalysis

Choose a tag to compare

@adriangibbons adriangibbons released this 07 Oct 12:23
· 63 commits to master since this release

Changed-up to using Unix time by default instead of Garmin FIT timestamps.

See #33 for information.

An option can be passed to use Garmin FIT timestamps:

$options = [
    // false by default!
    'garmin_timestamps' => true
];
$pFFA = new adriangibbons\phpFITFileAnalysis('my_fit_file.fit', $options);