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.
- Host: GitHub
- URL: https://github.com/dbelyaeff/domain-checker
- Owner: dbelyaeff
- Created: 2018-10-12T17:31:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-13T10:35:51.000Z (over 6 years ago)
- Last Synced: 2025-03-24T17:55:19.576Z (2 months ago)
- Topics: codex, domain, laravel, php
- Language: PHP
- Homepage: https://domchk.ru
- Size: 1.41 MB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Domain Checker
Simple service to check domains availability with **Whois** service.

# 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).