php-ovh
php-ovh copied to clipboard
Lightweight PHP wrapper for OVH APIs. That's the easiest way to use OVH.com APIs in your PHP applications.
Hello ! You are using a PSR7 compliant lib, Guzzle6. I want to use your API wrapper in one of my project but my client require PHP5.4. With Guzzle6, you...
Hello OVH team, I'd like to tell you about a problem I'm currently experiencing while writing a script to retrieve information about Public Clouds. I currently have 3 projects containing...
Hello, I am using the OVH API to automatically download my invoices. This works fine for OVH EU and SoYouStart. However, I noticed an inconsistency in the US API. I...
I successfully sent an SMS using the **_OVH SMS service_** through the **Sending Jobs** API (**POST** API: **/sms/{serviceName}/jobs**). However, upon receiving the message, I noticed that the specified sender information...
Am trying to automate the process of provisioning a new VPS from ovh but i end up with 403 when trying to checkout the cart i dont know where the...
Hello, First time after 18 months i got this error. I'm exporting billing details with $detail = $conn->get('/me/bill/' . $id . '/details/' . $detailid); Today on my VOIP invoice i...
PSR2 has been deprecated https://www.php-fig.org/psr/psr-2/. It is suggested to move to PSR12.
This PR add php-cs-fixer with PSR-2 ruleset and some other rules for better readability. Copyright update bash script is also removed in favor of PHP-CS. This PR also removed the...