PHPackages                             voronoy/cakephp-pgutils - 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. voronoy/cakephp-pgutils

ActiveCakephp-plugin[Database &amp; ORM](/categories/database)

voronoy/cakephp-pgutils
=======================

CakePHP plugin that extends ORM with PostgreSQL specific features.

1.2.4(2y ago)21.4k↓100%1[1 issues](https://github.com/voronoy/cakephp-pgutils/issues)MITPHPPHP &gt;=7.2.0

Since Nov 19Pushed 1y ago2 watchersCompare

[ Source](https://github.com/voronoy/cakephp-pgutils)[ Packagist](https://packagist.org/packages/voronoy/cakephp-pgutils)[ Docs](https://github.com/voronoy/cakephp-pgutils)[ RSS](/packages/voronoy-cakephp-pgutils/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (5)Versions (11)Used By (0)

CakePHP PgUtils Plugin
======================

[](#cakephp-pgutils-plugin)

[![CakePHP PgUtils CI](https://github.com/voronoy/cakephp-pgutils/workflows/CakePHP%20PgUtils%20CI/badge.svg)](https://github.com/voronoy/cakephp-pgutils/actions)[![Coverage Status](https://camo.githubusercontent.com/e29939e1ba33651df5ff7d79de49e59d2c2ab9641e31fba57a31768262fbbcf5/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f67682f766f726f6e6f792f63616b657068702d70677574696c733f7374796c653d666c6174)](https://codecov.io/gh/voronoy/cakephp-pgutils)[![Latest Version](https://camo.githubusercontent.com/12f33200feab6ac3d737846f39025f1b39c1f676e6437da289a93e6db08f0deb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f766f726f6e6f792f63616b657068702d70677574696c732e7376673f7374796c653d666c6174)](https://packagist.org/packages/voronoy/cakephp-pgutils)[![Total Downloads](https://camo.githubusercontent.com/df6e860e15f1306649a1a73b6281975dead644bd45b61d4d869ffe9ab920fa75/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f766f726f6e6f792f63616b657068702d70677574696c732e7376673f7374796c653d666c6174)](https://packagist.org/packages/voronoy/cakephp-pgutils)[![License](https://camo.githubusercontent.com/f48f8d6cf609f5b181b9c3218a85175fe8a5809c7ea400347f39697a5d55065d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c6174)](https://packagist.org/packages/voronoy/cakephp-pgutils)

CakePHP plugin that extends ORM with PostgreSQL specific features.

What's included?
----------------

[](#whats-included)

- Common PostgreSQL/PostGIS types.
- Upsert behavior to generate bulk upsert queries.
- Materialized View support.

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

[](#installation)

Require the plugin through Composer:

```
composer require voronoy/cakephp-pgutils
```

Load the plugin:

```
bin/cake plugin load Voronoy/PgUtils
```

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

[](#documentation)

- [Database Types](docs/types.md)
- [Upsert Behavior](docs/upsert-behavior.md)
- [Materialized View](docs/materialized-view.md)

License
-------

[](#license)

Licensed under the MIT License.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

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 ~130 days

Recently: every ~113 days

Total

10

Last Release

823d ago

Major Versions

1.1.1 → v2.x-dev2022-08-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/cfd80dd113b00935a20d7a2e8670a822b06f81c11c102a7ada1f743d3023b49f?d=identicon)[voronoy](/maintainers/voronoy)

---

Top Contributors

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

---

Tags

behaviorcakephpcakephp-pluginphppostgrespostgresqlpluginormpostgresqlcakephpBehaviorpostgisupsertbulk upsertarray typesmaterialized view

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/voronoy-cakephp-pgutils/health.svg)

```
[![Health](https://phpackages.com/badges/voronoy-cakephp-pgutils/health.svg)](https://phpackages.com/packages/voronoy-cakephp-pgutils)
```

###  Alternatives

[josegonzalez/cakephp-upload

CakePHP plugin to handle file uploading sans ridiculous automagic

5451.3M9](/packages/josegonzalez-cakephp-upload)[itosho/easy-query

CakePHP behavior plugin for easily generating some complicated queries like (bulk) insert/upsert etc.

2623.2k](/packages/itosho-easy-query)[creof/doctrine2-spatial

Doctrine2 multi-platform support for spatial types and functions

2763.3M11](/packages/creof-doctrine2-spatial)[longitude-one/doctrine-spatial

Doctrine multi-platform support for spatial types and functions, compliant with Doctrine 2.19, 3.1, and dev ones (3.2 and 4.0).

891.4M1](/packages/longitude-one-doctrine-spatial)[muffin/trash

Adds soft delete support to CakePHP ORM tables.

851.3M11](/packages/muffin-trash)[xety/cake3-upload

Cake3 plugin to upload files.

2825.6k1](/packages/xety-cake3-upload)

PHPackages © 2026

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