https://github.com/xzunk/hostingchecker
Open Source Hosting and IP Checker
https://github.com/xzunk/hostingchecker
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
Last synced: 30 days ago
JSON representation
Open Source Hosting and IP Checker
- Host: GitHub
- URL: https://github.com/xzunk/hostingchecker
- Owner: xzunk
- License: mpl-2.0
- Created: 2023-12-05T13:48:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T14:13:52.000Z (almost 2 years ago)
- Last Synced: 2025-09-02T20:48:09.178Z (about 1 month ago)
- 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
- Language: Hack
- Homepage:
- Size: 30.3 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HostingChecker
[](https://github.com/xzunk/Hostingchecker/blob/main/LICENSE)
[](https://github.com/xzunk/Hostingchecker/issues)
[](https://github.com/xzunk/Hostingchecker/stargazers)
[](https://github.com/xzunk/Hostingchecker/network)Open Source Hosting and IP Checker written in PHP.

## Features
- Check hosting provider details.
- Retrieve IP information.## Installation
1. Clone the repository:
```bash
git clone https://github.com/xzunk/Hostingchecker.git
```2. Navigate to the project directory:
```bash
cd Hostingchecker
```3. Install dependencies:
```bash
composer install
```4. Copy the configuration file:
```bash
cp .env.example .env
```5. Configure your database and other settings in the `.env` file.
6. Run migrations:
```bash
php artisan migrate
```7. Start the development server:
```bash
php artisan serve
```8. Visit [http://localhost:8000](http://localhost:8000) in your browser.
## Self-Hosting Guide
If you wish to host HostingChecker on your own server, follow the steps below:
1. **Requirements:**
- PHP >= 7.3
- Composer2. **Clone the repository:**
```bash
git clone https://github.com/xzunk/Hostingchecker.git
```3. **Navigate to the project directory:**
```bash
cd Hostingchecker
```4. **Install dependencies:**
```bash
composer install
```5. **Copy the configuration file:**
```bash
cp .env.example .env
```6. **Configure your database and other settings in the `.env` file.**
7. **Run migrations:**
```bash
php artisan migrate
```8. **Start the web server:**
```bash
php artisan serve
```9. **Visit your server's URL in your browser.**
10. **You're all set! HostingChecker is now running on your server.**
## Contribution
Contributions are welcome! Please check the [contribution guidelines](CONTRIBUTING.md).
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.