bharatb/openvz-php

There is no license information available for the latest version (dev-master) of this package.

dev-master 2016-01-08 11:26 UTC

This package is not auto-updated.

Last update: 2024-05-07 18:24:11 UTC


README

MIT-licensed PHP implementations of OpenVZ API for management of containers on bare metal servers.

Installing Development Dependencies

Dependencies are managed via Composer.

  1. Download the composer.phar executable as per the Composer Download Instructions, e.g. by running

    curl -sS https://getcomposer.org/installer | php
  2. Install Dependencies

    php composer.phar install

Installing the package

php composer.phar require bharatb/openvz-php

Documentation

Link will be provided soon.