{"id":15980942,"url":"https://github.com/drwpow/php_geocoder","last_synced_at":"2025-04-04T18:45:13.818Z","repository":{"id":3183759,"uuid":"4215946","full_name":"drwpow/PHP_Geocoder","owner":"drwpow","description":"Basic Google Geocoding API for PHP","archived":false,"fork":false,"pushed_at":"2012-07-02T13:51:46.000Z","size":86,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T04:18:00.929Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drwpow.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-05-03T16:16:50.000Z","updated_at":"2016-05-13T15:51:05.000Z","dependencies_parsed_at":"2022-08-19T06:21:49.544Z","dependency_job_id":null,"html_url":"https://github.com/drwpow/PHP_Geocoder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drwpow%2FPHP_Geocoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drwpow%2FPHP_Geocoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drwpow%2FPHP_Geocoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drwpow%2FPHP_Geocoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drwpow","download_url":"https://codeload.github.com/drwpow/PHP_Geocoder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247234851,"owners_count":20905852,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-08T00:23:38.917Z","updated_at":"2025-04-04T18:45:13.791Z","avatar_url":"https://github.com/drwpow.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP Geocoder\n\nA simple function that passes a request to the Google Geocoding API and returns an object formatted for PHP.\nIn case that fails, it falls back to Yahoo!’s API.\nCan be used to gather latitude/longitude coordinates for any given address/pseudo-address (or best guess),\nas well as supply missing information (eg, Zip Codes) for any given partial address.\n\n## Notes:\nMostly used to take any input and turn into a lat/lng coordinate.\nFor that reason, a PHP object is returned with \"lat\" and \"lng\".\nTo return the entire object, set $coordonly to FALSE.\n\nUses the Google Geocoding API (2500 requests / day), but if that fails, it\nfalls back to Yahoo! (50,000 / day).\n\n$latLng and $bounds are used only by Google's Geocoding API. For more\ninformation on that, refer to the documentation on \"Viewport Biasing.\"\n\n\nFor more information, see Google's documentation here: https://developers.google.com/maps/documentation/geocoding/\nand Yahoo's documentation here: http://developer.yahoo.com/geo/placefinder/guide/index.html","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrwpow%2Fphp_geocoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrwpow%2Fphp_geocoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrwpow%2Fphp_geocoder/lists"}