GoPro Image Exif data with PHP

Here is how to get a GoPro’s image data (EXIF) such as size, settings, configuration and location using PHP and exif_read_data(). I have already covered getting image EXIF data in…