PHPackages                             loganyott/vagrant - 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. loganyott/vagrant

ActiveVagrant-config[DevOps &amp; Deployment](/categories/devops)

loganyott/vagrant
=================

0.3.2(11y ago)01.4k[5 issues](https://github.com/loganyott/vagrant/issues)Shell

Since May 19Pushed 10y ago1 watchersCompare

[ Source](https://github.com/loganyott/vagrant)[ Packagist](https://packagist.org/packages/loganyott/vagrant)[ RSS](/packages/loganyott-vagrant/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (9)Used By (0)

loganyott/vagrant
=================

[](#loganyottvagrant)

This is a composer package for pulling in a default Vagrant configuration. Upon installation, it will copy a `Vagrantfile` to your project's root so you can change specific configuration.

Getting Started
===============

[](#getting-started)

1. `composer require "loganyott/vagrant"`
2. `cp ./vendor/loganyott/vagrant/vagrant.yml ./vagrant.yml`
3. Modify `vagrant.yml` as needed
4. `vagrant up`

Working with Vagrant
====================

[](#working-with-vagrant)

To connect to your vagrant box, `vagrant ssh`.

Any configuration changes made inside the box will persist until a `vagrant provision` or `vagrant destroy`.

Defaults
========

[](#defaults)

Following is a list of default configuration values followed by steps to change them.

Structure
---------

[](#structure)

### Vendor directory

[](#vendor-directory)

`vendor`

1. Add this to your `composer.json`

    ```
    {
    	"config": {
    		"vendor-dir": "DESIRED_VENDOR_DIR"
    	}
    }
    ```

```

### webroot
`/srv/www/`

1. Currently not configurable outside of `vendor`

## Nginx

### Host

`site.local`

1. Open `vagrant.yml`
2. Change

  ```yaml
  :hostname: DESIRED_HOSTNAME
  ```

### Nginx port

`8080`

1. Open `vagrant.yml`
2. Change

  ```yaml
  :network:
  	:forwarded_port:
  		:host: YOUR_DESIRED_PORT
  ```

*Note: Vagrant will try to correct port collisions automatically. Look for a line such as `==> default: Fixed port collision for 80 => 8080. Now on port 2200.` during a `vagrant up`. In this example, I can access my local through `localhost:2200`.*

## mySQL

### user
`root`

1. Currently not congiurable outside of `vendor`

### password
`root`

1. Currently not congiurable outside of `vendor`

### database
`project`

1. Currently not congiurable outside of `vendor`

### port
`3306`

1. Currently not congiurable outside of `vendor`

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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 ~6 days

Total

8

Last Release

4020d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/53bef18e74dc417d9c276a938de254a726bc508ba55da120cff578690254b1ea?d=identicon)[loganyott](/maintainers/loganyott)

---

Top Contributors

[![loganyott](https://avatars.githubusercontent.com/u/4369081?v=4)](https://github.com/loganyott "loganyott (38 commits)")

### Embed Badge

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

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

###  Alternatives

[in2code/in2publish_core

Content publishing extension to connect stage and production server

40143.4k](/packages/in2code-in2publish-core)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4778.9k](/packages/tiamo-phpas2)[wapmorgan/php-rpm-packager

RPM packager for PHP applications.

106.6k](/packages/wapmorgan-php-rpm-packager)

PHPackages © 2026

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