PHPackages                             zfb/zfb-vm - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. zfb/zfb-vm

ActiveLibrary[Framework](/categories/framework)

zfb/zfb-vm
==========

Code to set up a VM running Zend Framework 2

84.4k↓100%2[1 issues](https://github.com/michael-romer/zfb2-vm/issues)Ruby

Since May 31Pushed 12y ago1 watchersCompare

[ Source](https://github.com/michael-romer/zfb2-vm)[ Packagist](https://packagist.org/packages/zfb/zfb-vm)[ RSS](/packages/zfb-zfb-vm/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Zend Framework Boilerplate 2 - Virtual Machine Component
========================================================

[](#zend-framework-boilerplate-2---virtual-machine-component)

Introduction
------------

[](#introduction)

This software allows to auto-generate a Virtual Machine capable of running Zend Framework 2 for development purposes. It removes the burden of setting up a LAMP-like environment on your local box.

The following installation instruction assume, you are using [ZendSkeletonApplication](https://github.com/zendframework/ZendSkeletonApplication/).

Installation
------------

[](#installation)

Before you can build your own VM based on the code provided, you will first need to install some tools on your host box. It somewhat looks like getting all the tools up and running is even more work than setting up LAMP itself. However, first, installation of tools is really quick &amp; easy and second, it's a one time effort allowing you to create different LAMP-environments in future easily without messing up your local system at all (ever worked on 2 projects in parallel, that required a different Apache/PHP setup?).

Here's what you need to do step by step:

- Install Virtual Box
- Install Ruby
- Install Vagrant
- Import Base Box
- Install Zend Framework Boilerplate 2 - Virtual Machine Component

### Install Virtual Box

[](#install-virtual-box)

Head-over to the [Virtual Box Homepage](https://www.virtualbox.org/) and pick the installer matching your host system. Run it.

### Install Ruby

[](#install-ruby)

Head-over to the [Ruby Homepage](http://www.ruby-lang.org/en/downloads/) and pick the installation method of your choice. On Windows, you will want to use [Ruby Installer](http://rubyinstaller.org/). Run it.

### Install Vagrant

[](#install-vagrant)

Head-over to the [Vagrant Homepage](http://vagrantup.com/) and pick the installer matching your host system. Run it.

### Import Base Box

[](#import-base-box)

Your VM is based on a Ubuntu base installation you will need to download first, before you can build your own environment on top of it. In a shell, type `vagrant box add precise64 http://files.vagrantup.com/precise64.box`. The download should start immediately.

### Install Zend Framework Boilerplate 2 - Virtual Machine Component

[](#install-zend-framework-boilerplate-2---virtual-machine-component)

The recommend way to install the library itself is to use composer. If you're using [ZendSkeletonApplication](https://github.com/zendframework/ZendSkeletonApplication/)you simply need to add another dependency in `composer.json`:

```
"require": {
    "php": ">=5.3.3",
    "zendframework/zendframework": "2.*",
    "zfb/zfb-vm": "dev-master"
}

```

Then, run `php composer.phar update`. After download is done, copy `Vagrantfile.dist` from `vendor/zfb/zfb-vm`to your application root folder and rename it from `Vagrantfile.dist` to `Vagrantfile`. In a shell, change to your application root folder and type `vagrant up`. Now the VM creation process is in progress (takes a while). Once done, fire up a browser and point it to `http://localhost:8080`.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f09ab11b95ce67de1cddaf24815466539c34c8a7a49472c40d6d35cecc116765?d=identicon)[michael-romer](/maintainers/michael-romer)

---

Top Contributors

[![michael-romer](https://avatars.githubusercontent.com/u/670834?v=4)](https://github.com/michael-romer "michael-romer (16 commits)")[![vitr](https://avatars.githubusercontent.com/u/2770290?v=4)](https://github.com/vitr "vitr (1 commits)")

### Embed Badge

![Health badge](/badges/zfb-zfb-vm/health.svg)

```
[![Health](https://phpackages.com/badges/zfb-zfb-vm/health.svg)](https://phpackages.com/packages/zfb-zfb-vm)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M256](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M591](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
