{"id":19331998,"url":"https://github.com/xzunk/hostingchecker","last_synced_at":"2025-09-12T15:50:00.939Z","repository":{"id":210911217,"uuid":"727746779","full_name":"xzunk/Hostingchecker","owner":"xzunk","description":"Open Source Hosting and IP Checker","archived":false,"fork":false,"pushed_at":"2023-12-09T14:13:52.000Z","size":31,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-02T20:48:09.178Z","etag":null,"topics":["api","domain-ip","geolocation","host","hosting-checker","hosting-lookup","hostname-lookup","ip-checker","ip-lookup","ipv4","ipv6","my-ip","php","who-is-hosting","whois-lookup"],"latest_commit_sha":null,"homepage":"","language":"Hack","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xzunk.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-05T13:48:17.000Z","updated_at":"2025-02-10T09:02:34.000Z","dependencies_parsed_at":"2024-01-13T06:22:06.991Z","dependency_job_id":"876b8521-6fd2-4a6e-aa83-ea27fb02f951","html_url":"https://github.com/xzunk/Hostingchecker","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"27e1f0b6e3f51afe31d3d7ba58abae3503f22462"},"previous_names":["xzunk/hostingchecker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xzunk/Hostingchecker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xzunk%2FHostingchecker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xzunk%2FHostingchecker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xzunk%2FHostingchecker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xzunk%2FHostingchecker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xzunk","download_url":"https://codeload.github.com/xzunk/Hostingchecker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xzunk%2FHostingchecker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274832051,"owners_count":25357980,"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","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api","domain-ip","geolocation","host","hosting-checker","hosting-lookup","hostname-lookup","ip-checker","ip-lookup","ipv4","ipv6","my-ip","php","who-is-hosting","whois-lookup"],"created_at":"2024-11-10T02:43:24.538Z","updated_at":"2025-09-12T15:50:00.914Z","avatar_url":"https://github.com/xzunk.png","language":"Hack","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# HostingChecker\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/xzunk/Hostingchecker/blob/main/LICENSE)\n[![GitHub issues](https://img.shields.io/github/issues/xzunk/Hostingchecker)](https://github.com/xzunk/Hostingchecker/issues)\n[![GitHub stars](https://img.shields.io/github/stars/xzunk/Hostingchecker)](https://github.com/xzunk/Hostingchecker/stargazers)\n[![GitHub forks](https://img.shields.io/github/forks/xzunk/Hostingchecker)](https://github.com/xzunk/Hostingchecker/network)\n\nOpen Source Hosting and IP Checker written in PHP.\n\n![HostingChecker Demo](demo.gif)\n\n## Features\n\n- Check hosting provider details.\n- Retrieve IP information.\n\n\n## Installation\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/xzunk/Hostingchecker.git\n    ```\n\n2. Navigate to the project directory:\n\n    ```bash\n    cd Hostingchecker\n    ```\n\n3. Install dependencies:\n\n    ```bash\n    composer install\n    ```\n\n4. Copy the configuration file:\n\n    ```bash\n    cp .env.example .env\n    ```\n\n5. Configure your database and other settings in the `.env` file.\n\n6. Run migrations:\n\n    ```bash\n    php artisan migrate\n    ```\n\n7. Start the development server:\n\n    ```bash\n    php artisan serve\n    ```\n\n8. Visit [http://localhost:8000](http://localhost:8000) in your browser.\n\n## Self-Hosting Guide\n\nIf you wish to host HostingChecker on your own server, follow the steps below:\n\n1. **Requirements:**\n    - PHP \u003e= 7.3\n    - Composer\n\n\n2. **Clone the repository:**\n\n    ```bash\n    git clone https://github.com/xzunk/Hostingchecker.git\n    ```\n\n3. **Navigate to the project directory:**\n\n    ```bash\n    cd Hostingchecker\n    ```\n\n4. **Install dependencies:**\n\n    ```bash\n    composer install\n    ```\n\n5. **Copy the configuration file:**\n\n    ```bash\n    cp .env.example .env\n    ```\n\n6. **Configure your database and other settings in the `.env` file.**\n\n7. **Run migrations:**\n\n    ```bash\n    php artisan migrate\n    ```\n\n8. **Start the web server:**\n\n    ```bash\n    php artisan serve\n    ```\n\n9. **Visit your server's URL in your browser.**\n\n10. **You're all set! HostingChecker is now running on your server.**\n\n## Contribution\n\nContributions are welcome! Please check the [contribution guidelines](CONTRIBUTING.md).\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxzunk%2Fhostingchecker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxzunk%2Fhostingchecker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxzunk%2Fhostingchecker/lists"}