PHPackages                             erdemozveren/oquent - 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. erdemozveren/oquent

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

erdemozveren/oquent
===================

OrientDb Eloquent-like Driver for Laravel

113PHP

Since Feb 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/erdemozveren/oquent)[ Packagist](https://packagist.org/packages/erdemozveren/oquent)[ RSS](/packages/erdemozveren-oquent/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Oquent
======

[](#oquent)

Orientdb Eloquent-like driver for Laravel 5 using the binary protocol [PhpOrient](https://github.com/Ostico/PhpOrient). (Not Ready For Production)

What is Oquent ?
----------------

[](#what-is-oquent-)

Oquent goal is lets you use OrientDB as usual Eloquent.It's on development and should not be used in production for now.

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

[](#requirements)

- Laravel 5.5 or above
- Orientdb Server 2.2

Features
--------

[](#features)

- You can use Larvel's Authentication
- CRUD (Create, read, update, delete)
- Paginate Model (need to be tested,but working for now)
- Fetchplan (See [OrientDb Fetching Strategies Docs](https://orientdb.com/docs/2.2/Fetching-Strategies.html))
- Edges / Relations

Database Configuration
----------------------

[](#database-configuration)

Open `config/database.php`make `orientdb` your default connection:

```
'default' => 'orientdb',
```

And optionally, if you want to use orientdb as a secondary connection

```
'default_nosql' => 'orientdb',
```

Add the connection defaults:

```
'connections' => [
    'orientdb' => [
            'driver'=> 'orientdb',
            'host' => '192.168.1.5', // Host
            'port' => 2424, // We Use Binary so do not change it if not necessary
            'database' => 'DatabaseName',
            'username' => 'root',
            'password' => 'passwordforuser'
    ],
]
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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/cea1a56b2d9bcb06b97946a435c6b291277aaa25bcbe2b11f4f27058b419560c?d=identicon)[erdemozveren](/maintainers/erdemozveren)

---

Top Contributors

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

---

Tags

laravellaravel-5-packageorientdb-driver

### Embed Badge

![Health badge](/badges/erdemozveren-oquent/health.svg)

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

###  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)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

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

Reliese Components for Laravel Framework code generation.

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

PHPackages © 2026

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