PHPackages                             ecomdev/fast-hypernode - 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. ecomdev/fast-hypernode

AbandonedArchivedProject

ecomdev/fast-hypernode
======================

Fast Hypernode Project Setup

2.1.0(7y ago)315673[4 issues](https://github.com/EcomDev/fast-hypernode/issues)MITShell

Since Apr 19Pushed 7y ago3 watchersCompare

[ Source](https://github.com/EcomDev/fast-hypernode)[ Packagist](https://packagist.org/packages/ecomdev/fast-hypernode)[ RSS](/packages/ecomdev-fast-hypernode/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)DependenciesVersions (15)Used By (0)

Fast Hypernode Vagrant Box
==========================

[](#fast-hypernode-vagrant-box)

**The fastest Magento Vagrant VM**Fast Byte Hypernode Box (Uses nfs\_guest plugin for file shares)

Based on images from

Installation
============

[](#installation)

Installation is possible via composer:

```
composer create-project --keep-vcs ecomdev/fast-hypernode
```

Required Vagrant plugins
========================

[](#required-vagrant-plugins)

- vagrant-hostmanager
- vagrant-auto\_network
- vagrant-nfs\_guest

Usage
=====

[](#usage)

1. Copy config.rb.dst to config.rb
2. Edit it to reflect your project settings

```
name 'your-project-name'
hostname name + '.box' # will be your main url http://your-project-name.box/
domains %w(www.your-project-name-additional.box) # additional domain names separated by space
profiler true # Add tideways-profiler ?
developer true # Enable development mode?
directory 'server' # Directory into which NFS share will be mounted on your host
```

Configuration Options
=====================

[](#configuration-options)

- `name` - name of your node
- `hostname` - default project hostname
- `domains` - list of additional domain names for your project
- `varnish` - enable or disable varnish for your project (default: `false`)
- `profiler` - enable or disable tideways-profiler (default: `false`)
- `developer` - enable or disable developer mode in Magento (default: `false`)
- `magento2` - Magento 2.0 installment? (default: `false`)
- `install` - Shall Magento be installed? (default: `false`, only Magento 2.0 installation supported)
- `shell` - Install FishShell? (default: `false`)
- `php7` - PHP7 instead of PHP5? (default: `false`)
- `cpu` - number of CPUs to dedicate to your VM (default: `1`)
- `memory` - memory in MB to dedicate to your VM (default: `1024`)
- `user` - User name for nfs share permissions (default: `app`)
- `group` - Group name for nfs share permissions (default: `app`)
- `uid` - User ID of your host to be mapped to linux VM (default: `Process.euid`)
- `gid` - Group ID of your host to be mapped to linux VM (default: `Process.egid`)
- `directory` - Directory to be used as mount on host machine (default: `server`)
- `network` - Network mast for automatical network assignment to VM (default: `33.33.33.0/24`)

Adding custom shell provisioners
================================

[](#adding-custom-shell-provisioners)

You can easily add more provision shell scripts from configuration file (config.rb):

```
shell_add 'some-custom-shell-script.sh'

# Will provision only if PHP7 flag is turned on
shell_add 'some-custom-script-for-php7.sh', :php7
```

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 94.6% 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 ~96 days

Recently: every ~218 days

Total

12

Last Release

2612d ago

Major Versions

1.2.4 → 2.0.02018-03-28

### Community

Maintainers

![](https://www.gravatar.com/avatar/190d12eae43e0d874394cbc7fc49ea94c6b6e1bc8b05f75b94fbd0b9c4b5d15f?d=identicon)[IvanChepurnyi](/maintainers/IvanChepurnyi)

---

Top Contributors

[![IvanChepurnyi](https://avatars.githubusercontent.com/u/866758?v=4)](https://github.com/IvanChepurnyi "IvanChepurnyi (35 commits)")[![ClaudiuCreanga](https://avatars.githubusercontent.com/u/7690659?v=4)](https://github.com/ClaudiuCreanga "ClaudiuCreanga (2 commits)")

---

Tags

hypernodemagentovagrant

### Embed Badge

![Health badge](/badges/ecomdev-fast-hypernode/health.svg)

```
[![Health](https://phpackages.com/badges/ecomdev-fast-hypernode/health.svg)](https://phpackages.com/packages/ecomdev-fast-hypernode)
```

PHPackages © 2026

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