PHPackages                             loutrux/yii2-orientdb - 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. [Framework](/categories/framework)
4. /
5. loutrux/yii2-orientdb

ActiveYii2-extension[Framework](/categories/framework)

loutrux/yii2-orientdb
=====================

OrientDB extension for the Yii framework.

v1.0.7(7y ago)232BSD-3-ClausePHP

Since Sep 23Pushed 7y ago1 watchersCompare

[ Source](https://github.com/loutrux/yii2-orientdb)[ Packagist](https://packagist.org/packages/loutrux/yii2-orientdb)[ RSS](/packages/loutrux-yii2-orientdb/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (9)Used By (0)

 [ ![](https://camo.githubusercontent.com/0e164316f2cff3244ec0645ee4a45d8a9313bc8bbad4dd85048d46001ef0f755/68747470733a2f2f6f7269656e7464622e636f6d2f77702d636f6e74656e742f7468656d65732f6f7269656e7464622f696d672f6c6f676f2d77686974652e706e67) ](https://orientdb.com/)

OrientDB Extension for Yii 2
============================

[](#orientdb-extension-for-yii-2)

This extension provides the [OrientDB](https://orientdb.com/) integration for the [Yii framework 2.0](http://www.yiiframework.com).

For license information check the [LICENSE](LICENSE.md)-file.

Provide a OrientDB client connection from [\[Ostico PhpOrient extension\]](https://github.com/Ostico/PhpOrient)

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

[](#installation)

This extension requires OrientDB server version 2.0 or higher.

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist loutrux/yii2-orientdb

```

or add

```
"loutrux/yii2-orientdb": "~1.0.0"

```

to the require section of your composer.json.

Configuration
-------------

[](#configuration)

To use this extension, simply add the following code in your application configuration:

```
return [
    //....
    'components' => [
        'orientdb' => [
            'class' => '\loutrux\orientdb\Connection',
            'hostname'  => 'localhost',
            'port'      => 2424,
            'username'  => 'root',
            'password'  => 'root_pass',
            'dbname'    => 'mydb'
        ],
    ],
];
```

Usage
-----

[](#usage)

This component is a OrientDB client helper

```
\Yii::$app->orientdb->client;

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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 ~20 days

Recently: every ~36 days

Total

8

Last Release

2693d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11843845?v=4)[loutrux](/maintainers/loutrux)[@loutrux](https://github.com/loutrux)

---

Top Contributors

[![loutrux](https://avatars.githubusercontent.com/u/11843845?v=4)](https://github.com/loutrux "loutrux (1 commits)")

---

Tags

orientdbyii2yii2-componentyii2orientdb

### Embed Badge

![Health badge](/badges/loutrux-yii2-orientdb/health.svg)

```
[![Health](https://phpackages.com/badges/loutrux-yii2-orientdb/health.svg)](https://phpackages.com/packages/loutrux-yii2-orientdb)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[yiisoft/yii2-app-advanced

Yii 2 Advanced Project Template

1.7k960.6k5](/packages/yiisoft-yii2-app-advanced)[yiisoft/yii2-redis

Redis Cache, Session and ActiveRecord for the Yii framework

44912.1M264](/packages/yiisoft-yii2-redis)[yiisoft/yii2-httpclient

HTTP client extension for the Yii framework

43011.4M323](/packages/yiisoft-yii2-httpclient)[yiisoft/yii2-debug

The debugger extension for the Yii framework

20324.2M616](/packages/yiisoft-yii2-debug)[yiisoft/yii2-app-basic

Yii 2 Basic Project Template

6761.8M8](/packages/yiisoft-yii2-app-basic)

PHPackages © 2026

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