2017 © Pedro Peláez
 

library ovhapi

Yet another wrapper PHP to use OVH API easily !

image

servuc/ovhapi

Yet another wrapper PHP to use OVH API easily !

  • Thursday, January 26, 2017
  • by Servuc
  • Repository
  • 1 Watchers
  • 3 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

OvhApi

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)

Setup project

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

Use the CLI version

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

Use the WEB version

Web version should not be use like my example because there is no security !, (*8)

Help

Try to add in top of example :, (*9)

ini_set('display_errors', 1);
error_reporting(E_ALL); 

The Versions

26/01 2017

dev-master

9999999-dev

Yet another wrapper PHP to use OVH API easily !

  Sources   Download

The Requires

  • php ^7.1
  • ext-curl *

 

26/01 2017

v0.1

0.1.0.0

Yet another wrapper PHP to use OVH API easily !

  Sources   Download

The Requires

  • php ^7.1
  • ext-curl *