This repository was archived on Jan 25, 2026.
It’s now read-only. No further updates will be made.
Reason: too many people (especially in India) were taking open-source code, repackaging it, and selling it. WHMCS also doesn’t care about OSS or protecting developers, so there's no point in maintaining this anymore. Thanks to everyone who used it respectfully.
A test/experimental WHMCS registrar module for integrating the Spaceship API.
Not official, not supported, and not guaranteed to work.
- This was built for personal/testing/learning only.
- Might have bugs, issues, security problems — use at your own risk.
- No warranty, no support.
- Domain registration
- Domain transfer
- Domain renewal
- Basic templates
- Simple logging
- Upload the
spaceshipfolder tomodules/registrars/in WHMCS. - Activate the module in WHMCS → Setup → Products/Services → Domain Registrars.
- Add your API key/secret in the module config.
- Edit
config.jsonfor API credentials. - Edit
lang/english.phpfor language strings. - Templates are in
templates/.
API requests go to logs/api.log.
Example:
[2024-11-26 10:30:00] API Request: /domain/register
[2024-11-26 10:30:01] API Response: {"status":"success"}
spaceship/
├── lang/
├── lib/
├── logs/
├── templates/
├── config.json
├── spaceship.php
└── README.md
- WHMCS 8.x+
- PHP 7.4+
- Spaceship API key/secret
- Check
logs/api.logfor API errors - Make sure your API credentials are correct
- Clear template cache if changes don’t show
Repo is archived → no contributions accepted.
- Email: [email protected]
- Website: https://basantasapkota026.com.np