Php Fit File Analysis Versions Save

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

v3.2.4

4 years ago

Minor updates to add manufacturers|products and include enhanced_speed in the m/s field list.

v3.2.3

4 years ago

Up-version to include a couple of fixes/enhancements. Including Dive messages.

v3.2.2

4 years ago

Thanks to @alexfraundorf-com for a PR to prevent a divide by zero error.

v3.2.1

4 years ago

Minor updates

  • Ability to construct with data instead of file and fix bug with negative int32 on 64bits systems Thanks to @roznet for the PR!
  • Change to Travis yaml file to support older versions of PHP

v3.2.0

6 years ago

Updates in this version:

  • Correct the number of bytes for Big Endiannes pack() formatting
  • Change overwrite_with_dev_data behaviour
  • Handle arrays of $last_event_timestamp
  • Minor changes to composer.json and README.md

v3.1.0

6 years ago

Updates in this version include:

  • Functionality to handle arrays properly
  • A Fix for incorrect throwing of exception for data_size, following introduction of buffered messages (e.g. HR) by Garmin
  • Functionality to process buffered HR messages
  • Included .codeclimate.yml to enable Code Climate support
  • Minor tidy-up of code
  • Updates to README.md

v3.0.12

6 years ago

Updates since last release:

  • Developer Data support added 294cfee
  • Additional Record messages 8333529 and c14d0ae
  • Product/device updates beb12c2 and 42a6993
  • Support for compressed timestamps c4cf676
  • Updates to the README.md

v3.0.11

7 years ago

Some support for things added to the FIT protocol since v1.6

  • Add support for 64 bit integer types 86a758b
  • Add field_description and developer_data_id msg info 4bc43b8
  • Added basic Developer Data support 2cfa382
  • Added new devices to products array 014c5de

Note: have not fully caught-up with FIT v2.2 and some things not yet catered for e.g. processing of Developer Data.

v3.0.10

8 years ago
  • Added Garmin 520 messages e.g. hrv and segment_lap
  • Handle string type appropriately

v3.0.9

8 years ago

Added gearChanges() for folk with Di-2 D-Fly technology.