Skip to content

xzunk/Hostingchecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HostingChecker

License GitHub issues GitHub stars GitHub forks

Open Source Hosting and IP Checker written in PHP.

HostingChecker Demo

Features

  • Check hosting provider details.
  • Retrieve IP information.

Installation

  1. Clone the repository:

    git clone https://github.com/xzunk/Hostingchecker.git
  2. Navigate to the project directory:

    cd Hostingchecker
  3. Install dependencies:

    composer install
  4. Copy the configuration file:

    cp .env.example .env
  5. Configure your database and other settings in the .env file.

  6. Run migrations:

    php artisan migrate
  7. Start the development server:

    php artisan serve
  8. Visit 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
    • Composer
  2. Clone the repository:

    git clone https://github.com/xzunk/Hostingchecker.git
  3. Navigate to the project directory:

    cd Hostingchecker
  4. Install dependencies:

    composer install
  5. Copy the configuration file:

    cp .env.example .env
  6. Configure your database and other settings in the .env file.

  7. Run migrations:

    php artisan migrate
  8. Start the web server:

    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.

License

This project is licensed under the MIT License - see the LICENSE file for details.