PHPackages                             morebec/orkestra-postgresql-timeout-storage - 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. morebec/orkestra-postgresql-timeout-storage

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

morebec/orkestra-postgresql-timeout-storage
===========================================

PostgreSQL Timeout Storage for Orkestra

v2.5.6(3y ago)14001Apache-2.0PHPPHP &gt;=7.4

Since Apr 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Morebec/orkestra-postgresql-timeout-storage)[ Packagist](https://packagist.org/packages/morebec/orkestra-postgresql-timeout-storage)[ RSS](/packages/morebec-orkestra-postgresql-timeout-storage/feed)WikiDiscussions 2.x Synced 1mo ago

READMEChangelogDependencies (8)Versions (22)Used By (1)

PostgreSQL Timeout Storage
==========================

[](#postgresql-timeout-storage)

This component is an implementation of a TimeoutStorage from the Messaging Componentusing PostgreSQL.

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

[](#installation)

```
composer require orkestra-orkestra-postgresql-timeout-storage
```

Usage
-----

[](#usage)

```
use Morebec\Orkestra\PostgreSqlTimeoutStorage\PostgreSqlTimeoutStorage;
use Morebec\Orkestra\PostgreSqlTimeoutStorage\PostgreSqlTimeoutStorageConfiguration;

$connection = new DriverManaer([
    'url' => '...'
], new Configuration());

$configuration = new PostgreSqlTimeoutStorageConfiguration();
$storage = new PostgreSqlTimeoutStorage($connection, $configuration);
```

### Configuration

[](#configuration)

The `PostgreSqlTimeoutStorageConfiguration` class is used to configure the behavior of the timeout storage. You can for example change the polling interval according to the needs of the application developed.

> Usually PostgreSQL is capable of handling polling efficiently, but of course, it always adds a little more work on it. It is advised to set up the `pollingInterval` to the minimum frequency at which new Timeouts are added in your application.

Testing
-------

[](#testing)

To run the tests execute the following command:

```
vendor/bin/phpunit tests/
```

It is required to have an instance of postgresql running with a password-less role `postgres` and a database named `postgres`. To easily get this setup and running a `docker-compose` configuration file is available at the root of this project.

To run it simply execute the following command:

```
docker-compose up -d
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Recently: every ~58 days

Total

21

Last Release

1144d ago

PHP version history (2 changes)2.0PHP &gt;=7.3

v2.3.3PHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/10d7f5561446f2d4df4413803946e9f77175155d241f78bd65c0dd94e6caffc5?d=identicon)[jwillp](/maintainers/jwillp)

---

Top Contributors

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

---

Tags

orkestraphppostgresqlschedulertimeout

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/morebec-orkestra-postgresql-timeout-storage/health.svg)

```
[![Health](https://phpackages.com/badges/morebec-orkestra-postgresql-timeout-storage/health.svg)](https://phpackages.com/packages/morebec-orkestra-postgresql-timeout-storage)
```

###  Alternatives

[scienta/doctrine-json-functions

A set of extensions to Doctrine that add support for json query functions.

58523.9M36](/packages/scienta-doctrine-json-functions)[martin-georgiev/postgresql-for-doctrine

Extends Doctrine with native PostgreSQL support for arrays, JSONB, ranges, PostGIS geometries, text search, ltree, uuid, and 100+ PostgreSQL-specific functions.

4485.3M4](/packages/martin-georgiev-postgresql-for-doctrine)[damienharper/auditor-bundle

Integrate auditor library in your Symfony projects.

4542.8M](/packages/damienharper-auditor-bundle)[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)[overtrue/laravel-versionable

Make Laravel model versionable.

585308.0k5](/packages/overtrue-laravel-versionable)[worksome/foggy

Foggy is a tool for making database dumps with some data removed/changed.

26571.7k1](/packages/worksome-foggy)

PHPackages © 2026

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