valentine94/vmgen-php

PHP VM Generator tool

1.0.1 2017-12-25 00:55 UTC

This package is not auto-updated.

Last update: 2024-04-14 01:51:56 UTC


README

Build StatusPackagistLicense: MITGitHub forksGitHub issues

Description:

A PHP tool that allows users to automatically prepare project directories for using it with a DrupalVM.

Requirements:

  • Linux-based OS(tested on Ubuntu and macOS)
  • Vagrant
  • VirtualBox
  • Ansible
  • Vagrant plugins: hostsupdater (vagrant plugin install vagrant-hostsupdater) auto_network (vagrant plugin install vagrant-auto_network)
  • PHP 5.6+
  • Composer

Installation:

composer global require valentine94/vmgen-php

Usage:

From command line interface run the following command: vmgen-php --php=PHP_VERSION --project-name=PROJECT_NAME for example: vmgen-php --php=7 --project-name=my_new_project The tool will create your project directory at $HOME/projects/PROJECT_NAME Use vmgen-php --help to see more info about params and usage.