26/01
2017
Yet another wrapper PHP to use OVH API easily !
Ask the OVH API easily with PHP, this is simple example to link my blog post., (*1)
My version use curl instead OVH way., (*2)
You can get your app key here :)., (*3)
Just check if you have php5-cli
and php5-curl
on your computer for CLI usage :, (*4)
sudo apt-get install php5-cli php5-curl
This cli scripts permit to get informations about domains linked to your account., (*5)
DO NOT FORGET to set you application key and your application secret key to test it ;), (*6)
This use is very simply :, (*7)
php cliAskDomains.php -g #For credentials php cliAskDomains.php -d #List your domains
Web version should not be use like my example because there is no security !, (*8)
Try to add in top of example :, (*9)
ini_set('display_errors', 1); error_reporting(E_ALL);