bharatb / openvz-php
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 7
Open Issues: 0
pkg:composer/bharatb/openvz-php
Requires
- php: >=5.3.3
This package is not auto-updated.
Last update: 2025-09-24 00:45:50 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.