PHPackages                             rlzdesenv/opis-database - 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. rlzdesenv/opis-database

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

rlzdesenv/opis-database
=======================

RLZ Opis Database

1.0.4(2y ago)181BSD-3-ClausePHPPHP ^7.0 || ^8.0

Since Oct 20Pushed 2y agoCompare

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

READMEChangelog (5)Dependencies (2)Versions (7)Used By (0)

Opis Database
=============

[](#opis-database)

[![Tests](https://github.com/opis/database/workflows/Tests/badge.svg)](https://github.com/opis/database/actions)[![Latest Stable Version](https://camo.githubusercontent.com/4aee0648651eee997c034a7d4af6a818669807b810be5d18ecdd04d3aad9d570/68747470733a2f2f706f7365722e707567782e6f72672f6f7069732f64617461626173652f76657273696f6e2e706e67)](https://packagist.org/packages/opis/database)[![Latest Unstable Version](https://camo.githubusercontent.com/df9d614ba1d16885a7bb7521ae8604091f1d25a324ed8b6a2ff8018ed671fcf2/68747470733a2f2f706f7365722e707567782e6f72672f6f7069732f64617461626173652f762f756e737461626c652e706e67)](https://packagist.org/packages/opis/database)[![License](https://camo.githubusercontent.com/d6dc99bf9e2d7f4f5babf5c84cf309ea49ae6a07bfde65b4a29a136def400fca/68747470733a2f2f706f7365722e707567782e6f72672f6f7069732f64617461626173652f6c6963656e73652e706e67)](https://packagist.org/packages/opis/database)

Database abstraction layer
--------------------------

[](#database-abstraction-layer)

**Opis Database** is a library that implements an abstraction layer over the PDO extension, by providing a powerful query builder along with an easy to use schema builder. The aim of the library is to provide an unified way of interacting with databases, no matter of the underlying relational database management system.

Currently, we are officially supporting MySQL, PostgreSQL, Microsoft SQL, and SQLite. We also provide experimental support - without any commitment regarding bug fixes and updates - for Firebird, IBM DB2, Oracle, and NuoDB query builder.

Documentation
-------------

[](#documentation)

The full documentation for this library can be found [here](https://opis.io/database)

License
-------

[](#license)

**Opis Database** is licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0 "Apache License")

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

[](#requirements)

- PHP 7.0.\* or higher
- PDO

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

[](#installation)

**Opis Database** is available on [Packagist](https://packagist.org/packages/opis/database "Packagist") and it can be installed from a command line interface by using [Composer](https://getcomposer.org "Composer").

```
composer require opis/database
```

Or you could directly reference it into your `composer.json` file as a dependency

```
{
    "require": {
        "opis/database": "^4.0"
    }
}
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% 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 ~56 days

Total

5

Last Release

1081d ago

### Community

Maintainers

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

---

Top Contributors

[![msarca](https://avatars.githubusercontent.com/u/5808737?v=4)](https://github.com/msarca "msarca (667 commits)")[![sorinsarca](https://avatars.githubusercontent.com/u/3427195?v=4)](https://github.com/sorinsarca "sorinsarca (25 commits)")[![Neppord](https://avatars.githubusercontent.com/u/72190?v=4)](https://github.com/Neppord "Neppord (21 commits)")[![rlzdesenv](https://avatars.githubusercontent.com/u/86244364?v=4)](https://github.com/rlzdesenv "rlzdesenv (6 commits)")[![fkirkholt](https://avatars.githubusercontent.com/u/973839?v=4)](https://github.com/fkirkholt "fkirkholt (5 commits)")[![kenlog](https://avatars.githubusercontent.com/u/11728231?v=4)](https://github.com/kenlog "kenlog (1 commits)")[![barryhughes](https://avatars.githubusercontent.com/u/3594411?v=4)](https://github.com/barryhughes "barryhughes (1 commits)")[![adaojunior](https://avatars.githubusercontent.com/u/4921294?v=4)](https://github.com/adaojunior "adaojunior (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rlzdesenv-opis-database/health.svg)

```
[![Health](https://phpackages.com/badges/rlzdesenv-opis-database/health.svg)](https://phpackages.com/packages/rlzdesenv-opis-database)
```

###  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)
