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 2w 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 13% 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://avatars.githubusercontent.com/u/16868544?v=4)[Erdem Özveren](/maintainers/erdemozveren)[@erdemozveren](https://github.com/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

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k116.5M113](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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