PHPackages                             phalanx/postgres - 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. phalanx/postgres

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

phalanx/postgres
================

Async PostgreSQL for Phalanx via amphp/postgres

v0.2.0(1mo ago)00MITPHPPHP ^8.4

Since Mar 23Pushed 1mo agoCompare

[ Source](https://github.com/havy-tech/phalanx-postgres)[ Packagist](https://packagist.org/packages/phalanx/postgres)[ Docs](https://github.com/havy-tech/phalanx-postgres)[ RSS](/packages/phalanx-postgres/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

 [![Phalanx](brand/logo.svg)](brand/logo.svg)

phalanx/postgres
================

[](#phalanxpostgres)

Async PostgreSQL with connection pooling, prepared statements, transactions, and LISTEN/NOTIFY — all non-blocking, all composable with Phalanx's concurrency primitives.

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

[](#installation)

```
composer require phalanx/postgres
```

Requires `ext-pgsql` and PHP 8.4+.

Setup
-----

[](#setup)

Register the service bundle when building your application:

```
