PHPackages                             onliner/materialized - 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. onliner/materialized

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

onliner/materialized
====================

PHP abstraction level for Materialized database

v0.1.1(3y ago)310.1k↓66.9%[1 PRs](https://github.com/onliner/materialized/pulls)MITPHPPHP ^7.2 || ^8.0

Since Dec 13Pushed 2mo ago4 watchersCompare

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

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

Onliner Materialized
--------------------

[](#onliner-materialized)

Materialize DB integration layer.

[![Version](https://camo.githubusercontent.com/ad48853cfe7c8cb316a1f6d86cc95e116b7d9497488a1a4cccb6d92f672674e7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6e6c696e65722f6d6174657269616c697a65642e737667)](https://packagist.org/packages/onliner/materialized)[![Total Downloads](https://camo.githubusercontent.com/184e6d0376269bb903177abb05c929bc4b8243600b1b8f4fdb5978414f564c69/68747470733a2f2f706f7365722e707567782e6f72672f6f6e6c696e65722f6d6174657269616c697a65642f646f776e6c6f6164732e706e67)](https://packagist.org/packages/onliner/materialized)[![Php](https://camo.githubusercontent.com/3d0bd9c899ce8b17791ae4850b1c505b2207d5af214ea6c67d2cf9d528087570/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d372e322b2d627269676874677265656e2e737667)](https://www.php.net/)[![License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](LICENSE)[![Build Status](https://github.com/onliner/materialized/workflows/test/badge.svg)](https://github.com/onliner/materialized/actions?workflow=test)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require onliner/materialized:^0.0.1

```

or add this code line to the `require` section of your `composer.json` file:

```
"onliner/materialized": "^0.0.1"

```

Usage
-----

[](#usage)

```
use Onliner\Materialized\Connection;
use Onliner\Materialized\Statement\CreateConnection;
use Onliner\Materialized\Statement\CreateSource;

$connection = Connection::open('pgsl://localhost:6575');

$connection->execute(CreateConnection::kafka('kafka', 'redpanda:9092'));
$connection->execute(CreateSource::kafka('my_source', 'kafka', 'my_topic'));

// Just work with any other PDOStatement
$statement = $connection->fetch('SELECT * FROM my_source');
```

License
-------

[](#license)

Released under the [MIT license](LICENSE).

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance56

Moderate activity, may be stable

Popularity28

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

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

Total

2

Last Release

1299d ago

### Community

Maintainers

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

---

Top Contributors

[![zloyuser](https://avatars.githubusercontent.com/u/1760465?v=4)](https://github.com/zloyuser "zloyuser (2 commits)")[![Olden](https://avatars.githubusercontent.com/u/546682?v=4)](https://github.com/Olden "Olden (1 commits)")

---

Tags

pdocdcmaterialized

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/onliner-materialized/health.svg)

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

###  Alternatives

[doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.

9.7k605.0M6.8k](/packages/doctrine-dbal)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[cycle/database

DBAL, schema introspection, migration and pagination

71777.8k53](/packages/cycle-database)[api-platform/metadata

API Resource-oriented metadata attributes and factories

275.0M219](/packages/api-platform-metadata)

PHPackages © 2026

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