PHPackages                             fozzy-hosting/winvps-api-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. fozzy-hosting/winvps-api-php

AbandonedArchivedLibrary

fozzy-hosting/winvps-api-php
============================

Fozzy Windows VPS APIv2 client library for PHP

2.3.0(6y ago)072MITPHPPHP &gt;=5.5

Since Nov 9Pushed 6y ago1 watchersCompare

[ Source](https://github.com/FozzyHosting/winvps-api-php)[ Packagist](https://packagist.org/packages/fozzy-hosting/winvps-api-php)[ Docs](https://fozzy.com)[ RSS](/packages/fozzy-hosting-winvps-api-php/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (4)Dependencies (3)Versions (6)Used By (0)

Fozzy Windows VPS APIs Client library for PHP
=============================================

[](#fozzy-windows-vps-apis-client-library-for-php)

The API Client Library enables you to work with Fozzy Windows VPS APIs for creating or managing your machines.

Requirements
------------

[](#requirements)

PHP 5.5 and later

Developer Documentation
-----------------------

[](#developer-documentation)

The actual API Documentation available on this [link](https://winvps.fozzy.com/api/v2_docs).

The [docs](docs) folder provides detailed guides for using current library.

Installation &amp; Usage
------------------------

[](#installation--usage)

You can use Composer to install the package.

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

fozzy-hosting

The preferred method is via composer. Follow the [installation instructions](https://getcomposer.org/doc/00-intro.md) if you do not already have composer installed.

Once composer is installed, execute the following command in your project root to install this library:

```
composer require fozzy-hosting/fozzy-winvps-api

```

Finally, be sure to include the autoloader:

```
require_once '/path/to/your-project/vendor/autoload.php';

```

### Authorization

[](#authorization)

To be able to send requests you need to get API key as described in API Documentation.

### Full example

[](#full-example)

```
