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(10y 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 1mo ago

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 54% 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

3975d 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

[deployer/deployer

Deployment Tool

11.1k25.4M207](/packages/deployer-deployer)[appwrite/server-ce

End to end backend server for frontend and mobile apps.

55.3k84.2k](/packages/appwrite-server-ce)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[heroku/heroku-buildpack-php

Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku

8161.3M10](/packages/heroku-heroku-buildpack-php)[tiamo/phpas2

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

4674.7k](/packages/tiamo-phpas2)

PHPackages © 2026

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