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.5kMITPHPPHP &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 3w 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

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

1458d 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

[cakephp/bake

Bake plugin for CakePHP

11211.7M190](/packages/cakephp-bake)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

333972.2k49](/packages/dereuromark-cakephp-tools)[dereuromark/cakephp-shim

A CakePHP plugin to shim applications between major framework versions.

401.1M21](/packages/dereuromark-cakephp-shim)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308914.0k25](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1882.3M40](/packages/dereuromark-cakephp-ide-helper)[dereuromark/cakephp-databaselog

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

44170.0k2](/packages/dereuromark-cakephp-databaselog)

PHPackages © 2026

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