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.5(1mo ago)199BSD-3-ClausePHPPHP ^8.0 || ^8.1

Since Oct 20Pushed 1mo 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 2w ago

READMEChangelog (6)Dependencies (4)Versions (8)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

46

—

FairBetter than 92% of packages

Maintenance89

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 91.5% 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 ~268 days

Recently: every ~335 days

Total

6

Last Release

56d ago

PHP version history (2 changes)1.0.0PHP ^7.0 || ^8.0

1.0.5PHP ^8.0 || ^8.1

### 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 (8 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

[jdorn/sql-formatter

a PHP SQL highlighting library

3.8k117.8M121](/packages/jdorn-sql-formatter)[backup-manager/backup-manager

A framework agnostic database backup manager with user-definable procedures and support for S3, Dropbox, FTP, SFTP, and more with drivers for popular frameworks.

1.7k1.6M11](/packages/backup-manager-backup-manager)[propel/propel1

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

8351.6M88](/packages/propel-propel1)[insolita/yii2-migration-generator

Set of gii tools for generating files for migration by schema of table , phpdoc or table data

108508.0k5](/packages/insolita-yii2-migration-generator)[xpdo/xpdo

A PDO-based Object/Relational Bridge Library

7088.4k4](/packages/xpdo-xpdo)[voku/session2db

A PHP library acting as a wrapper for PHP's default session handling functions which stores data in a MySQL database, providing both better performance and better security and protection against session fixation and session hijacking.

2920.0k](/packages/voku-session2db)

PHPackages © 2026

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