OpenVZ-PHP | PHP Implementation of OpenVZ API
MIT-licensed PHP implementations of OpenVZ API for management of containers on bare metal servers., (*1)
Installing Development Dependencies
Dependencies are managed via Composer., (*2)
-
Download the composer.phar executable as per the
Composer Download Instructions, e.g. by running, (*3)
sh
curl -sS https://getcomposer.org/installer | php, (*4)
-
Install Dependencies, (*5)
sh
php composer.phar install, (*6)
Installing the package
sh
php composer.phar require bharatb/openvz-php, (*7)
Documentation
Link will be provided soon., (*8)