2017 © Pedro Peláez
 

library gps-from-exif

Get GPS from exif

image

diversen/gps-from-exif

Get GPS from exif

  • Tuesday, July 19, 2016
  • by diversen
  • Repository
  • 3 Watchers
  • 2 Stars
  • 1,090 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 9 Versions
  • 16 % Grown

The README.md

gps-from-exif

Get GPS from exif, (*1)

Install:, (*2)

composer require diversen/gps-from-exif

Usage example:, (*3)

~~~.php include_once "vendor/autoload.php";, (*4)

use \diversen\gps;, (*5)

// Example file // $file = "vendor/diversen/gps-from-exif/failure.jpg"; $file = "vendor/diversen/gps-from-exif/example.jpg";, (*6)

$g = new gps();, (*7)

// Get GPS position $gps = $g->getGpsPosition($file); if (empty($gps)) { die('Could not get GPS position' . PHP_EOL); }, (*8)

print_r($gps);, (*9)

// Get a google map echo $gmap = $g->getGmap($gps['latitude'], $gps['longitude'], 600, 350);, (*10)

~~~, (*11)

The Versions

19/07 2016

dev-master

9999999-dev https://github.com/diversen/gps-from-exif

Get GPS from exif

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

gps image exif

19/07 2016

1.0.7

1.0.7.0 https://github.com/diversen/gps-from-exif

Get GPS from exif

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

gps image exif

19/07 2016

1.0.6

1.0.6.0 https://github.com/diversen/gps-from-exif

Get GPS from exif

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

gps image exif

19/07 2016

1.0.5

1.0.5.0 https://github.com/diversen/gps-from-exif

Get GPS from exif

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

gps image exif

19/07 2016

1.0.4

1.0.4.0 https://github.com/diversen/gps-from-exif

Get GPS from exif

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

gps image exif

13/02 2016

1.0.3

1.0.3.0 https://github.com/diversen/gps-from-exif

Get GPS from exif

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

gps image exif

13/02 2016

1.0.2

1.0.2.0 https://github.com/diversen/gps-from-exif

Get GPS from exif

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

gps image exif

12/02 2016

1.0.1

1.0.1.0 https://github.com/diversen/gps-from-exif

Get GPS from exif

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

gps image exif

12/02 2016

1.0.0

1.0.0.0 https://github.com/diversen/gps-from-exif

Get GPS from exif

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

gps image exif