Skip to content

geolocation finder is a simple, elegant PHP package to find the geolocation using google api service provider and guzzle library.

License

Notifications You must be signed in to change notification settings

sathishfreaks5/Geolocation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geolocation Finder

geolocation finder is a simple, elegant PHP package to find the geolocation using google api service provider and guzzle library.

Installation

Access the function.
Update Google Api key googleKey() function.

Usage

In php version

 
geolocation::findZipByLatLon(48301);
geolocation::findZipByLatLon('40.4474', '-74.6715'); 
geolocation::getCoordinatesWithinRadius (['40.4474', '-74.6715'],['40.4474', '-74.6715'], 25) ;
geolocation::radians(25);

Bugs and Issues

If you encounter any bugs or issues, feel free to open an issue at github.

Also, you can shoot me an email to mailto:sathishfreaks5@gmail.com for hugs or bugs.

About

geolocation finder is a simple, elegant PHP package to find the geolocation using google api service provider and guzzle library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages