tafoyaventures / virtualminclient
PHP Virtualmin Client Library.
v0.0.8
2020-03-14 22:17 UTC
Requires
- php: >=7.3.0
- guzzlehttp/guzzle: ^6.5.2
README
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.