Domain availability checker
Uses Transip API to check word combinations domain availability.
Installation
- Download the private key from TransIP dashboard and save it as
./transip.private
- Whitelist your IP in Transip dashboard
- Run
composer install
- Edit
./vendor/transip/transip-api-php/Transip/ApiSettings.php
. You need to change the username and copy the contents of the private key. - Edit the two arrays in
./index.php
- Change extension in
./index.php
if needed - Run
./index.php
withphp -S localhost:80
- Visit
http://localhost
and enjoy.