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

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

enkas/vagrant
=============

Shell scripts to install and configure Cent OS 6 trough Vagrant Up

0.4.0(10y ago)23.7k1MITPHP

Since May 29Pushed 10y ago2 watchersCompare

[ Source](https://github.com/enkas/vagrant)[ Packagist](https://packagist.org/packages/enkas/vagrant)[ RSS](/packages/enkas-vagrant/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (6)Used By (0)

Getting Started Vagrant
=======================

[](#getting-started-vagrant)

Documentation
-------------

[](#documentation)

If you're just getting started with Vagrant, it is highly recommended you start with the [getting started guide](http://docs.vagrantup.com/v2/getting-started/).

[Vagrant Doc](http://www.vagrantup.com)

Config Local Machine (Unix)
---------------------------

[](#config-local-machine-unix)

### Step1: Add the fallowing host line to /etc/hosts

[](#step1-add-the-fallowing-host-line-to-etchosts)

```
sudo nano /etc/hosts

```

127.0.0.1 vagrant.lo web.lo 192.168.33.22 [www.vagrant.lo](http://www.vagrant.lo) [www.web.lo](http://www.web.lo)

### Step2: Install via Composer

[](#step2-install-via-composer)

- Create your New Web App project folder ```
    $ cd ~
    $ mkdir new_project
    $ cd ./new_project
    ```
- run ```
    composer require enkas/vagrant:dev-master
    ```

or add to your composer.json

```
{
  "require" : {
    "enkas/vagrant": "dev-master"
  }
}

```

- and run ```
    composer update
    ```

### Step3: Vagrant Up

[](#step3-vagrant-up)

#### Step3.1: Optional overwrite vagrant constants

[](#step31-optional-overwrite-vagrant-constants)

you may copy, the ./vendor/enkas/vagrant/\_conf/my\_conf.rb to ./my\_conf.rb and change change your environmental constants as you want

```
cp ./vendor/enkas/vagrant/_conf/my_conf.rb ./my_conf.rb
```

#### Step3.2: Create web folder

[](#step32-create-web-folder)

create folder ./www\_web this folder may host your application and can be accessed later on at [www.web.lo](http://www.web.lo)

#### Step3.3: Vagrant Up

[](#step33-vagrant-up)

```
cd ./vendor/enkas/vagrant
vagrant up
```

### Step4: Access the project

[](#step4-access-the-project)

Access from local machine the address:

- [Main space](http://www.vagrant.lo)
- [PhpMyAdmin](http://www.vagrant.lo/phpmyadmin)
- [Web App](http://www.web.lo)

or using port forwarding

- [vagrant.lo:8022](http://vagrant.lo:8022)
- [vagrant.lo:8022/phpmyadmin](http://vagrant.lo:8022/phpmyadmin)
- [web.lo:8022](http://web.lo:8022)

To connect to your vagrant server

```
vagrant ssh
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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 ~13 days

Total

4

Last Release

3968d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5b893ecbfa402042413fc3b70c9f13667abcffe30f3720680a940a7cfb531d85?d=identicon)[enkas](/maintainers/enkas)

---

Top Contributors

[![nvcristea](https://avatars.githubusercontent.com/u/1607747?v=4)](https://github.com/nvcristea "nvcristea (14 commits)")[![isbrom](https://avatars.githubusercontent.com/u/9215616?v=4)](https://github.com/isbrom "isbrom (2 commits)")

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/enkas-vagrant/health.svg)](https://phpackages.com/packages/enkas-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)
