Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.12 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.12 KB

bOVH - An OVH Suitecrm pseudo-module

Installation

This is not a regular Suitecrm module. We are making it public so that it can be useful for others.

However there are not official instructions on how to install it. This is due to be so custom that it's going to be barely useful for others unless you start a similar project from scratch.

So... do not ask for installation instructions on issues.

Thank you!

Composer Packages

To use the files in this repository, you will need to install the required Composer packages.

Installation of Composer Packages

  1. Make sure you have Composer installed on your system.
  2. Navigate to the next directory of this project.
cd bOVH/php-ovh-api/
  1. Run the following command to install the required packages:
php8.2 /usr/bin/composer install

Custom modules

This module is intended to work with some of our custom Suitecrm modules:

  • btc_Servidores
  • btc_Dominios
  • btc_IP

which have not made public.

Features

  • Fetch OVH dedicated server (Baremetal)
  • Fetch OVH domain
  • Fetch OVH IP
  • Fetch OVH Virtual Address

and some more features.