geerlingguy/ansible-vagrant-examples

Example for PHP library development box

lsolesen opened this issue · 1 comments

Hi @geerlingguy. Thanks for your great examples. I am looking for a simple vagrant box with PHP, composer, PHPCodesniffer, MessDetector, PHPUnit, Xdebug and other of the commonly used tools, you use for library development. Do you have an example for this? Or should I just take the LAMP example and add in the additional tools?

@lsolesen - Check out https://github.com/geerlingguy/drupalci-sonar-jenkins and also Drupal VM. Also, Acquia's BLT project does some pieces as well and is built with Drupal VM integration baked in.

Thanks!