PHPackages                             biberltd/phorient - 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. biberltd/phorient

AbandonedArchivedSymfony-bundle[Database &amp; ORM](/categories/database)

biberltd/phorient
=================

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

v1.4.3(8y ago)05421MITPHP

Since Jul 3Pushed 8y ago4 watchersCompare

[ Source](https://github.com/biberltd/phorient)[ Packagist](https://packagist.org/packages/biberltd/phorient)[ Docs](https://github.com/biberltd/phorient)[ RSS](/packages/biberltd-phorient/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (10)Dependencies (2)Versions (48)Used By (0)

Phorient
========

[](#phorient)

This bundle is an attempt to create an ODM which is for Orient DB database. The ODM is inspired by and depends on several libraries of Docreine ORM as well as Ostico's PHPOrient bundle.

Parameters
==========

[](#parameters)

```
orientdb:
        root:
            username: root
            password: root
        database:
            Dbname:
                username: root
                password: root
                hostname: localhost
                port: 2424
                token: null

```

Using
=====

[](#using)

```
$this->cm = new ClassManager($containerInterface);
$this->cm->setEntityPath('AppBundle','\\AppBundle\\Entity\\');
$this->cm->createConnection('Dbname');

```

or

```
$config = array(
  'database' => array(
    'Dbname' => array(
      'username'=>'root',
      'password'=>'root',
      'hostname'=>'localhost',
      'port'=>2424,
      'token'=>null
     )
  )
);
$this->cm = new ClassManager();
$this->cm->setEntityPath('AppBundle','\\AppBundle\\Entity\\');
$this->cm->createConnection('Dbname',$config);

```

LICENSE
=======

[](#license)

Copyright 2017 Biber Ltd. ([www.biberltd.com](http://www.biberltd.com)), founding partner of BO Development Office ([www.bodevoffice.com](http://www.bodevoffice.com))

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 78.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 ~7 days

Recently: every ~26 days

Total

43

Last Release

2975d ago

### Community

Maintainers

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

---

Top Contributors

[![ertiz](https://avatars.githubusercontent.com/u/6707752?v=4)](https://github.com/ertiz "ertiz (11 commits)")[![canberkol](https://avatars.githubusercontent.com/u/4354957?v=4)](https://github.com/canberkol "canberkol (3 commits)")

---

Tags

orientdbsymfony3

### Embed Badge

![Health badge](/badges/biberltd-phorient/health.svg)

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

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M719](/packages/sylius-sylius)[rector/rector-src

Instant Upgrade and Automated Refactoring of any PHP code

136406.3k14](/packages/rector-rector-src)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M482](/packages/pimcore-pimcore)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19664.8M1.7k](/packages/drupal-core)

PHPackages © 2026

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