I have been using the Timing App for many, many, many, many years to track my time at work. Working at an agency our time is tracked heavily so we can bill clients. I do not like to track my time, so I have spent many years perfecting my process to do as little as necessary. The old addage of spending lots of time with automation to save time is true here. Part of my automation process is to get my timing data from the Timing App API. This is a laravel package I built to do that. It was also a learning experience on building Laravel package. I got it to a point were it works for my automation and I haven't really touched it since. I want to clean it up and build out for functionality but finding the time to do so is hard. I still use this package every day I work.
Link: GitHub