PHPackages                             yorch/v3wh - 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. [Database &amp; ORM](/categories/database)
4. /
5. yorch/v3wh

ActiveLibrary[Database &amp; ORM](/categories/database)

yorch/v3wh
==========

V3ctor WareHouse Core for MongoDb and MySQL

075PHP

Since Dec 29Pushed 7y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

V3 WareHouse Core
=================

[](#v3-warehouse-core)

Description
-----------

[](#description)

V3ctor WareHouse Core for MongoDb and MySQL.

Requirements
------------

[](#requirements)

- [PHP 5.4.1 or higher](http://www.php.net/)
- [Medoo](http://medoo.in/)
- [MongoDb](https://www.mongodb.com/)
- [MySQL](https://www.mysql.com/)

Developer Documentation
-----------------------

[](#developer-documentation)

Execute phpdoc -d v3wh/

Unit Test
---------

[](#unit-test)

For run Unit Test, complete information connection and execute the next commands:

> phpunit V3WareHouseTest.php

Installation
------------

[](#installation)

Create file composer.json

```

{
    "require": {
    	"php": ">=5.4.0",
        "yorch/v3wh" : "dev-master",
        "monolog/monolog": "1.13.1",
        "catfan/medoo": "v1.1.2"
    }
}

```

Execute composer.phar install

Example
-------

[](#example)

```

//$v3ctor = V3WareHouse::getInstance('v3Mongo', $hostname, $username, $password, $dbname, $port);

// For PHP 7
$v3ctor = V3WareHouse::getInstance('v3MongoDB', $hostname, $username, $password, $dbname, $port);

if (! $v3ctor->isConnected())
    die("Unable load V3ctor WareHouse");

$doc = array('r' => 666);

$newObject = $v3ctor->newObject("demo", $doc);

var_dump($newObject);

```

Notes
-----

[](#notes)

v3wh is a Core for MongoDb and needs php mongo module. For MySQL and SQL Server support is required \_id field in the table, check demo.sql.

References
----------

[](#references)

P.D. Let's go play !!!

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![yorch81](https://avatars.githubusercontent.com/u/4605324?v=4)](https://github.com/yorch81 "yorch81 (13 commits)")

### Embed Badge

![Health badge](/badges/yorch-v3wh/health.svg)

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

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90440.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)[wildside/userstamps

Laravel Userstamps provides an Eloquent trait which automatically maintains `created\_by` and `updated\_by` columns on your model, populated by the currently authenticated user in your application.

7511.7M13](/packages/wildside-userstamps)

PHPackages © 2026

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