Skip to content

Commit 032e6f2

Browse files
committed
Readme update
1 parent d9ab948 commit 032e6f2

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[![Packagist](https://img.shields.io/packagist/v/BekoDesign/versioAPI.svg)]()
22
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
33

4-
# Versio-PHP-API
5-
PHP implementation of the new Restfull Versio API (https://www.versio.nl/RESTapidoc/)
4+
# Versio PHP API
5+
This is a PHP library for the new rest API of Versio (Hostingprovider) as described here: https://www.versio.nl/RESTapidoc/.
6+
7+
This library can manage Domains, Reseller Hosting Accounts, WebHosting Accounts and SSL certificates as well as managing
8+
and viewing the Categories, TLDS and Products of Versio.
69

710
## Installation
811

@@ -37,7 +40,8 @@ VERSIO_HOST=versio.nl
3740
VERSIO_USERNAME={YOUR VERSIO USERNAME}
3841
VERSIO_PASSWORD={YOUR VERSIO PASSWORD}
3942
````
40-
Replace **{YOUR VERSIO USERNAME}** and **{YOUR VERSIO PASSWORD}** with the credentials you use to sign in at https://www.versio.nl/login?uri=/customer/
43+
Replace **{YOUR VERSIO USERNAME}** and **{YOUR VERSIO PASSWORD}** with the credentials you use to sign in
44+
at https://www.versio.nl/login?uri=/customer/
4145

4246
You can also change the host to versio.uk, versio.nl, versio.be, versio.eu. But the default fallback is versio.nl.
4347

0 commit comments

Comments
 (0)