Open Source Hosting and IP Checker written in PHP.
- Check hosting provider details.
- Retrieve IP information.
-
Clone the repository:
git clone https://github.com/xzunk/Hostingchecker.git
-
Navigate to the project directory:
cd Hostingchecker
-
Install dependencies:
composer install
-
Copy the configuration file:
cp .env.example .env
-
Configure your database and other settings in the
.env
file. -
Run migrations:
php artisan migrate
-
Start the development server:
php artisan serve
-
Visit http://localhost:8000 in your browser.
If you wish to host HostingChecker on your own server, follow the steps below:
-
Requirements:
- PHP >= 7.3
- Composer
-
Clone the repository:
git clone https://github.com/xzunk/Hostingchecker.git
-
Navigate to the project directory:
cd Hostingchecker
-
Install dependencies:
composer install
-
Copy the configuration file:
cp .env.example .env
-
Configure your database and other settings in the
.env
file. -
Run migrations:
php artisan migrate
-
Start the web server:
php artisan serve
-
Visit your server's URL in your browser.
-
You're all set! HostingChecker is now running on your server.
Contributions are welcome! Please check the contribution guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.