PHPackages                             rzajac/vagrant-prov - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. rzajac/vagrant-prov

AbandonedProject[DevOps &amp; Deployment](/categories/devops)

rzajac/vagrant-prov
===================

Vagrant provisioning scripts for PHP, MySQL, Apache and Nginx

2.2.23(8y ago)01082Apache-2.0ShellPHP &gt;=5.5.0

Since May 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/rzajac/vagrant-prov)[ Packagist](https://packagist.org/packages/rzajac/vagrant-prov)[ RSS](/packages/rzajac-vagrant-prov/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)DependenciesVersions (24)Used By (0)

Vagrant provisioning scripts.
-----------------------------

[](#vagrant-provisioning-scripts)

This project was created to gather in one place all the provisioning scripts I use in my projects.

Currently it includes scripts to install and configure:

- Apache
- Nginx
- PHP 5
- Memcached
- MySQL

Prerequisites.
--------------

[](#prerequisites)

You need to have [VirtualBox](https://www.virtualbox.org/wiki/Downloads) and of course [Vagrant](https://www.vagrantup.com/downloads.html) installed.

Configuration.
--------------

[](#configuration)

Customize `Vagrantfile` and `Vagrantconf` file and then run `vagrant up`.

Composer install.
-----------------

[](#composer-install)

```
{
    "require": {
        "rzajac/vagrant-prov": "0.2.*"
    }
}

```

After running `composer install` you must run `vendor/bin/php-vagrant-init` to initialize the `Vagrantfile` and `Vagrantconf` in your project root directory.

To use directory other then `project` for web server root edit line:

```
config.vm.synced_folder "project", "/usr/local/var/www/myproject", :owner => "vagrant"

```

in `Vagrantfile`.

License.
--------

[](#license)

Apache License, Version 2.0.

For details see LICENSE.txt file.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Every ~29 days

Recently: every ~150 days

Total

23

Last Release

3066d ago

Major Versions

0.2.2 → 2.2.32016-05-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/4cb2ea487c919ad2c3af67add86e6e342f2e7794e7c42215301d7523f5f93725?d=identicon)[rzajac](/maintainers/rzajac)

---

Top Contributors

[![rzajac](https://avatars.githubusercontent.com/u/203696?v=4)](https://github.com/rzajac "rzajac (28 commits)")

---

Tags

vagrant

### Embed Badge

![Health badge](/badges/rzajac-vagrant-prov/health.svg)

```
[![Health](https://phpackages.com/badges/rzajac-vagrant-prov/health.svg)](https://phpackages.com/packages/rzajac-vagrant-prov)
```

PHPackages © 2026

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