PHPackages                             ymcatwincities/openy-cibox-vm - 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. ymcatwincities/openy-cibox-vm

ActiveCibox-vm

ymcatwincities/openy-cibox-vm
=============================

OpenY VM based on open source project http://cibox.tools

1.2(4y ago)151.3k↓25%1[12 PRs](https://github.com/ymcatwincities/openy-cibox-vm/pulls)2GPL-2.0+JavaScript

Since Nov 27Pushed 2y ago5 watchersCompare

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

READMEChangelog (8)Dependencies (1)Versions (24)Used By (2)

Drupal Vagrant Dev box for OpenY support
========================================

[](#drupal-vagrant-dev-box-for-openy-support)

This Vagrant Box allows you to make a contribution into OpenY in a few minutes. Just follow steps and then you'll know how to do it.

Pre-requirements
================

[](#pre-requirements)

- Install [Vagrant](https://www.vagrantup.com/downloads.html)
- Install [VirtualBox](https://www.virtualbox.org/wiki/Downloads)

### Windows users

[](#windows-users)

- Install [Cygwin](https://servercheck.in/blog/running-ansible-within-windows)
- Run Cygwin as Administrator user.

Usage
=====

[](#usage)

### 1. Vagrant provision

[](#1-vagrant-provision)

- Run Vagrant with full provisioning **(recommended)**

```
vagrant up --provision && vagrant ssh
```

### 2. Local build

[](#2-local-build)

#### Unix users

[](#unix-users)

- Run commands

```
cd /var/www/docroot
sh reinstall.sh
```

- Open

#### Windows users

[](#windows-users-1)

- Run commands

```
cd /var/www/docroot
sh reinstall.sh --windows
```

- Open

### 3. Contribute

[](#3-contribute)

- Change code only in `docroot/contrib/profiles/openy`, commit &amp; push it into your fork
- Read [contribution guide](https://github.com/ymcatwincities/openy/blob/8.x-1.x/docs/Contributing.md) how to contribute

#### Host updates

[](#host-updates)

By default your site will be accessible this url - . If `xip.io` not working - create row with `192.168.56.132 drupal.192.168.56.132.xip.io` in `/etc/hosts`.

Reinstall options
=================

[](#reinstall-options)

### Vanilla installation

[](#vanilla-installation)

In order to install OpenY with default settings:

```
cd /var/www/docroot
sh reinstall.sh
```

This site will be available at .

### Upgrade path installation

[](#upgrade-path-installation)

In order to install OpenY based on previous release + your updates:

```
cd /var/www/docroot
sh reinstall_upgrade.sh
```

This site will be available at .

### Installation process

[](#installation-process)

In order to get access to installation process:

```
cd /var/www/docroot
sh reinstall_install.sh
```

This site will be available at .

### Visual Studio Code

[](#visual-studio-code)

To use xdebug for Visual Studio Code install  into .vscode/launch.json Once enabled listening in VSCode it'll catch enabled options or breakpoints.

Tools
=====

[](#tools)

### Adminer

[](#adminer)

**Adminer** for MySQL administration is not included to the project by default. But you can download it from [Adminer site](https://www.adminer.org/#download) and put it to the project folder (near the folder **docroot**) on the host machine. Credentials are: **drupal:drupal** or **root:root**.

```
http://192.168.56.132.xip.io/adminer.php

```

### PHP Profiler XHProf

[](#php-profiler-xhprof)

It is installed by default, but to use it as Devel module integration use:

```
drush en devel -y
drush vset devel_xhprof_enabled 1
drush vset devel_xhprof_directory '/usr/share/php' && drush vset devel_xhprof_url '/xhprof_html/index.php'
ln -s /usr/share/php/xhprof_html xhprof_html
```

After `vset devel_xhprof_enabled` it could return an error about "Class 'XHProfRuns\_Default' not found" - ignore it.

### Other

[](#other)

- XDebug
- Drush
- Docker
- Composer
- Adminer
- XHProf
- PHP Daemon
- PHP, SASS, JS sniffers/lints/hints

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 68% 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 ~187 days

Recently: every ~170 days

Total

8

Last Release

1781d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dbb2bef886bbfabeb180d0a630f4e24b02314277a3ad7aea89f520a2bf2d4f9d?d=identicon)[sanchiz](/maintainers/sanchiz)

![](https://www.gravatar.com/avatar/1388b312dca2d4c24fb3474c71a6729b13b255860ff0188b0286013bc703bf5a?d=identicon)[podarok](/maintainers/podarok)

![](https://www.gravatar.com/avatar/4558114408c700ee4fe122cf32e229c67e2a72a8da55256930a02685612572fa?d=identicon)[Open-Y-Distro](/maintainers/Open-Y-Distro)

---

Top Contributors

[![podarok](https://avatars.githubusercontent.com/u/563412?v=4)](https://github.com/podarok "podarok (17 commits)")[![alexschedrov](https://avatars.githubusercontent.com/u/1316234?v=4)](https://github.com/alexschedrov "alexschedrov (8 commits)")

### Embed Badge

![Health badge](/badges/ymcatwincities-openy-cibox-vm/health.svg)

```
[![Health](https://phpackages.com/badges/ymcatwincities-openy-cibox-vm/health.svg)](https://phpackages.com/packages/ymcatwincities-openy-cibox-vm)
```

###  Alternatives

[moment/moment

Parse, validate, manipulate, and display dates in JavaScript.

48.1k2.1M37](/packages/moment-moment)[zenorocha/clipboardjs

Modern copy to clipboard. No Flash. Just 3kb gzipped https://clipboardjs.com

34.2k218.2k2](/packages/zenorocha-clipboardjs)[drupal-composer/drupal-project

Project template for Drupal 10 projects with Composer

1.6k829.0k](/packages/drupal-composer-drupal-project)[artgris/filemanager-bundle

FileManager is a simple Multilingual File Manager Bundle for Symfony

182420.8k9](/packages/artgris-filemanager-bundle)[goalgorilla/open_social

Open Social is a distribution for building social communities and intranets.

190458.8k](/packages/goalgorilla-open-social)[govcms/govcms

GovCMS Drupal Distribution

18997.1k3](/packages/govcms-govcms)

PHPackages © 2026

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