2017 © Pedro Peláez
 

library vesta-php

Vesta-php is a php package to help make calls to a Vesta Control Panel API.

image

steadfastcollective/vesta-php

Vesta-php is a php package to help make calls to a Vesta Control Panel API.

  • Thursday, June 28, 2018
  • by steadfastcollective
  • Repository
  • 0 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Vesta PHP

Latest Version on Packagist Build Status Quality Score Total Downloads, (*1)

Vesta-php is a php package to help make calls to a Vesta Control Panel API., (*2)

Installation

You can install the package via composer:, (*3)

composer require steadfastcollective/vesta-php

Usage

``` php use SteadfastCollective\Vesta\Vesta;, (*4)

$response = (new Vesta($ip, $username, $password, $port)) ->request([ 'cmd' => 'v-add-user', 'arg1' => 'example-username', 'arg2' => 'example-password', 'arg3' => 'example@example.com', ]);, (*5)


### Testing ``` bash composer test

Changelog

Please see CHANGELOG for more information on what has changed recently., (*6)

Contributing

Please see CONTRIBUTING for details., (*7)

Security

If you discover any security related issues, please email dev@steadfastcollective.com instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

28/06 2018

dev-master

9999999-dev https://github.com/steadfastcollective/vesta

Vesta-php is a php package to help make calls to a Vesta Control Panel API.

  Sources   Download

MIT

The Requires

 

The Development Requires

vesta steadfastcollective

28/06 2018

1.0.0

1.0.0.0 https://github.com/steadfastcollective/vesta

Vesta-php is a php package to help make calls to a Vesta Control Panel API.

  Sources   Download

MIT

The Requires

 

The Development Requires

vesta steadfastcollective