{"id":21076456,"url":"https://github.com/imelgrat/freegoip","last_synced_at":"2026-05-21T04:05:09.563Z","repository":{"id":56990318,"uuid":"67540984","full_name":"imelgrat/freegoip","owner":"imelgrat","description":"A PHP wrapper for FreeGoIP reverse geolocation API.","archived":false,"fork":false,"pushed_at":"2018-02-25T20:41:16.000Z","size":721,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-21T03:07:31.457Z","etag":null,"topics":["composer","fregoip","geocoding","geocoding-api","geolocation","geolocation-api","ip-geo","ip-geolocation","latitude-and-longitude","php","php-wrapper","reverse-geocoding","time-zone","timezone"],"latest_commit_sha":null,"homepage":null,"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/imelgrat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-06T19:41:42.000Z","updated_at":"2024-01-14T18:07:00.000Z","dependencies_parsed_at":"2022-08-21T10:10:53.451Z","dependency_job_id":null,"html_url":"https://github.com/imelgrat/freegoip","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/imelgrat/freegoip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imelgrat%2Ffreegoip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imelgrat%2Ffreegoip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imelgrat%2Ffreegoip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imelgrat%2Ffreegoip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imelgrat","download_url":"https://codeload.github.com/imelgrat/freegoip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imelgrat%2Ffreegoip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33288159,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T02:57:32.698Z","status":"ssl_error","status_checked_at":"2026-05-21T02:57:31.990Z","response_time":62,"last_error":"SSL_read: 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":["composer","fregoip","geocoding","geocoding-api","geolocation","geolocation-api","ip-geo","ip-geolocation","latitude-and-longitude","php","php-wrapper","reverse-geocoding","time-zone","timezone"],"created_at":"2024-11-19T19:28:31.493Z","updated_at":"2026-05-21T04:05:09.545Z","avatar_url":"https://github.com/imelgrat.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"FreeGoIP\n==================\n\n[![GitHub license](https://img.shields.io/github/license/imelgrat/freegoip.svg?style=flat-square)](https://github.com/imelgrat/freegoip/blob/master/LICENSE)\n[![GitHub release](https://img.shields.io/github/release/imelgrat/freegoip.svg?style=flat-square)](https://github.com/imelgrat/freegoip/releases)\n[![Total Downloads](https://poser.pugx.org/imelgrat/freegoip/downloads)](https://packagist.org/packages/imelgrat/freegoip)\n[![GitHub issues](https://img.shields.io/github/issues/imelgrat/freegoip.svg?style=flat-square)](https://github.com/imelgrat/freegoip/issues)\n[![GitHub stars](https://img.shields.io/github/stars/imelgrat/freegoip.svg?style=flat-square)](https://github.com/imelgrat/freegoip/stargazers)\n\nFreeGoIP - A PHP wrapper for FreeGoIP reverse geolocation API.\n\nfreegeoip.net is a service providing a public HTTP API for software developers to search the geolocation of IP addresses. \nIt uses a database of IP addresses associated to cities along with other relevant information such as time zone, latitude and longitude.\n\nThe freegeoip web server is free and open source but the public service limit up to 10,000 queries per hour by default. Once this limit is reached, all requests from the IP will result in HTTP 403, forbidden, until the quota is cleared.\n\nDeveloped by [Ivan Melgrati](https://imelgrat.me) [![Twitter](https://img.shields.io/twitter/url/https/github.com/imelgrat/tab-collapse.svg?style=social)](https://twitter.com/imelgrat)\n\nRequirements\n------------\n\n*   PHP \u003e= 5.3.0\n\nInstallation\n------------\n\n### Composer\n\nThe recommended installation method is through\n[Composer](http://getcomposer.org/), a dependency manager for PHP. Just add\n`imelgrat/freegoip` to your project's `composer.json` file:\n\n```json\n{\n    \"require\": {\n        \"imelgrat/freegoip\": \"*\"\n    }\n}\n```\n\n[More details](http://packagist.org/packages/imelgrat/freegoip) can\nbe found over at [Packagist](http://packagist.org).\n\n### Manually\n\n1.  Copy `src/freegoip.php` to your codebase, perhaps to the `vendor`\n    directory.\n2.  Add the `freegoip` class to your autoloader or `require` the file\n    directly.\n\nFeedback\n--------\n\nPlease open an issue to request a feature or submit a bug report. Or even if\nyou just want to provide some feedback, I'd love to hear. I'm also available on\nTwitter as [@imelgrat](https://twitter.com/imelgrat).\n\nContributing\n------------\n\n1.  Fork it.\n2.  Create your feature branch (`git checkout -b my-new-feature`).\n3.  Commit your changes (`git commit -am 'Added some feature'`).\n4.  Push to the branch (`git push origin my-new-feature`).\n5.  Create a new Pull Request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimelgrat%2Ffreegoip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimelgrat%2Ffreegoip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimelgrat%2Ffreegoip/lists"}