An open API service indexing awesome lists of open source software.

https://github.com/dbelyaeff/domain-checker

Domain checker. Built with Laravel and Vue.
https://github.com/dbelyaeff/domain-checker

codex domain laravel php

Last synced: about 2 months ago
JSON representation

Domain checker. Built with Laravel and Vue.

Awesome Lists containing this project

README

        

# Domain Checker

Simple service to check domains availability with **Whois** service.

![](https://i.imgur.com/7JSHZ5t.png)

# Requirements
* [PHP 7.1](https://php.net)
* [Composer](https://getcomposer.org)
* [Laravel 5.7](https://laravel.com)

No database is required.

# Installation

1. Clone git repo.
2. Setup web-server (nginx, apache, lightspeed, etc.)
3. Enjoy.

# Purpose

Created as a response for the challenge request provided by [CodeX Team](https://ifmo.su).