{"id":37232507,"url":"https://github.com/bhuvidya/laravel-geocoder","last_synced_at":"2026-01-15T03:49:29.321Z","repository":{"id":62493948,"uuid":"112606548","full_name":"bhuvidya/laravel-geocoder","owner":"bhuvidya","description":"A Laravel 5 package to make geocoding a breeze.","archived":false,"fork":false,"pushed_at":"2025-03-13T01:28:32.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-20T11:14:15.777Z","etag":null,"topics":["geocode","googlemaps","laravel"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bhuvidya.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-30T12:02:41.000Z","updated_at":"2025-03-13T01:27:36.000Z","dependencies_parsed_at":"2024-05-31T09:40:18.835Z","dependency_job_id":"02e1e36f-518d-4905-a942-011d5a1bebad","html_url":"https://github.com/bhuvidya/laravel-geocoder","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/bhuvidya/laravel-geocoder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhuvidya%2Flaravel-geocoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhuvidya%2Flaravel-geocoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhuvidya%2Flaravel-geocoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhuvidya%2Flaravel-geocoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bhuvidya","download_url":"https://codeload.github.com/bhuvidya/laravel-geocoder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhuvidya%2Flaravel-geocoder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419242,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["geocode","googlemaps","laravel"],"created_at":"2026-01-15T03:49:28.763Z","updated_at":"2026-01-15T03:49:29.302Z","avatar_url":"https://github.com/bhuvidya.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Geocoder\n\n[![License](https://poser.pugx.org/bhuvidya/laravel-geocoder/license?format=flat-square)](https://packagist.org/packages/bhuvidya/laravel-geocoder)\n[![Total Downloads](https://poser.pugx.org/bhuvidya/laravel-geocoder/downloads?format=flat-square)](https://packagist.org/packages/bhuvidya/laravel-geocoder)\n[![Latest Stable Version](https://poser.pugx.org/bhuvidya/laravel-geocoder/v/stable?format=flat-square)](https://packagist.org/packages/bhuvidya/laravel-geocoder)\n[![Latest Unstable Version](https://poser.pugx.org/bhuvidya/laravel-geocoder/v/unstable?format=flat-square)](https://packagist.org/packages/bhuvidya/laravel-geocoder)\n\n**Note I have now switched the semver versioning for my Laravel packages to \"match\" the latest supported Laravel version.**\n\n\nA Laravel 5 package to make geocoding a breeze.\n\n**Please note that this package was tested on Laravel 5.5 - I cannot guarantee it will work on earlier versions. Sorry.**\n\n## Installation\n\nAdd `bhuvidya/laravel-geocoder` to your app:\n\n    $ composer require \"bhuvidya/laravel-geocoder\"\n    \n\n**If you're using Laravel 5.5, you don't have to edit `app/config/app.php`.**\n\nOtherwise, edit `app/config/app.php` and add the service provider:\n\n    'providers' =\u003e [\n        'Bhuvidya\\Geocoder\\GeocoderServiceProvider',\n    ]\n\n\n## Configuration\n\nYou can elect to manage your own configuration. This is an optional step, but only if you define\nyour Google Maps API Key in your `.env` file via `GOOGLE_MAPS_API_KEY`.\n\nOtherwise run the following command\n\n    $ php artisan vendor:publish --provider='Bhuvidya\\Geocoder\\GeocoderServiceProvider' --tag=config\n\nThe config file can then be found at `config/geocoder.php`.\n\n\n### Configuration Options\n\nTODO\n\n\n## Service Class\n\nTODO\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhuvidya%2Flaravel-geocoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhuvidya%2Flaravel-geocoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhuvidya%2Flaravel-geocoder/lists"}