This is a PHP wrapper class for the Freenom API. It returns information in the JSON format.
More information about it can be found on the Freenom API Page.
For information about the methods, please check ./classes/FreenomV*.php
files.
!!! Apparently, free domains cannot be registered and using the API. !!! It's only for the reseller/paid account.
Usage examples can be found in ./examples
. Please remember to edit settings.example.php
with your credentials and save it as settings.php
According to the official API doc, the API version 1 seems to be deprecated.
Using API version 2. And the Freenom API v1 class will be removed.
- add more validation to parameters than just required or not;
- add a testing component;
- improve code structure;
- add Composer compatibility;
- add XML support.