Download
There are a few ways you can obtain phpVMS and its dependencies. The full package method already includes the vendor
directory and you don't need to do anything but upload it.
Downloading Full Package
The zip/tar file from the downloads site contains all of the dependencies.
tip
Use the development branch version, as the latest beta may be out of date.
- Official releases and pre-releases - The latest released versions
- Development branch, TAR.GZ - The latest development build, may contain new bugs or non-documented features
- Development branch, ZIP - The latest development build, may contain new bugs or non-documented features
Cloning the Repository
If you chose to instead clone it from Github, rather than download it from above, you can do the following:
git clone https://github.com/nabeelio/phpvms.git
cd phpvms
composer install
After running composer install
, you can continue the installation instructions.