Domain availability checker

Uses Transip API to check word combinations domain availability.

Installation

  1. Download the private key from TransIP dashboard and save it as ./transip.private
  2. Whitelist your IP in Transip dashboard
  3. Run composer install
  4. Edit ./vendor/transip/transip-api-php/Transip/ApiSettings.php. You need to change the username and copy the contents of the private key.
  5. Edit the two arrays in ./index.php
  6. Change extension in ./index.php if needed
  7. Run ./index.php with php -S localhost:80
  8. Visit http://localhost and enjoy.