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
Requires
- php: >=5.3.3
This package is not auto-updated.
Last update: 2024-11-05 20:51:21 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.
-
Download the
composer.phar
executable as per the Composer Download Instructions, e.g. by runningcurl -sS https://getcomposer.org/installer | php
-
Install Dependencies
php composer.phar install
Installing the package
php composer.phar require bharatb/openvz-php
Documentation
Link will be provided soon.