Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 793 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 793 Bytes

Unofficial Virtualmin ™ php client library.

Tafoya Ventures Cloud Management Platform Support Library

Copyright (c) 2020, tafoyaventures.com
@license MIT License

About VirtualMin library

This VirtualMin Client library allows you to make remote API calls to your Virtualmin ™ server. The commands are entirely based on the Client API documentation provided by the Virtualmin ™ maintainers.

Installation

Using composer, use the following command:

composer require tafoyaventures/virtualminclient

For more information on composer, visit https://getcomposer.org/doc/00-intro.md.

Example

See the examples directory.