PHPackages                             felipevr/postgresql-ext - 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. felipevr/postgresql-ext

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

felipevr/postgresql-ext
=======================

Postgresql Database Driver Extension

2.0.3(3y ago)01.4k↓100%MITPHPPHP &gt;=7.2

Since May 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/felipevr/cakephp-pgext)[ Packagist](https://packagist.org/packages/felipevr/postgresql-ext)[ RSS](/packages/felipevr-postgresql-ext/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (5)Used By (0)

Postgresql Database Driver Extension
====================================

[](#postgresql-database-driver-extension)

An extension driver to the postgresql Database to support materialized views.

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

[](#requirements)

- CakePHP 4.0+
- PHP 7.2+

Install
-------

[](#install)

` composer require felipevr/postgresql-ext`

Use

---

Edit your config/app.php

```
use Fvr\Database\Driver\NewPostgres;
...
return [
...
'Datasources' => [

        'default' => [
            'className' => 'Cake\Database\Connection',
            'driver' => `'Fvr\Database\Driver\NewPostgres'`,
            ...
        ],

        'test' => [
            'className' => Connection::class,
            'driver' => NewPostgres::class,
            ...
        ],
    ],
...
];

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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.

###  Release Activity

Cadence

Every ~32 days

Total

2

Last Release

1413d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5ab82007a90bd2a686be0a6f8a6c496c2cb51f2755299ca96b422e58d227b745?d=identicon)[felipevrigo](/maintainers/felipevrigo)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/felipevr-postgresql-ext/health.svg)

```
[![Health](https://phpackages.com/badges/felipevr-postgresql-ext/health.svg)](https://phpackages.com/packages/felipevr-postgresql-ext)
```

###  Alternatives

[dereuromark/cakephp-databaselog

A CakePHP plugin for storing and viewing application logs in the database

44165.0k2](/packages/dereuromark-cakephp-databaselog)[pgbi/cakephp3-soft-delete

SoftDelete plugin for CakePHP

87291.9k](/packages/pgbi-cakephp3-soft-delete)[liqueurdetoile/cakephp-orm-json

Cakephp plugin to provide easy control over JSON type fields in database

1461.1k](/packages/liqueurdetoile-cakephp-orm-json)[snelg/cakephp-3-oracle

Oracle datasource for CakePHP 3

121.5k](/packages/snelg-cakephp-3-oracle)

PHPackages © 2026

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