PHPackages                             xepozz/yii3-temporal-bridge - 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. xepozz/yii3-temporal-bridge

ActiveLibrary

xepozz/yii3-temporal-bridge
===========================

00PHP

Since Dec 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/xepozz/yii3-temporal-bridge)[ Packagist](https://packagist.org/packages/xepozz/yii3-temporal-bridge)[ RSS](/packages/xepozz-yii3-temporal-bridge/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii3 Temporal Bridge
====================

[](#yii3-temporal-bridge)

Bridge package to use Temporal with Yii3 easily.

[![Latest Stable Version](https://camo.githubusercontent.com/1ef8e030cb80f729a4a28931f8e748ec84064c23d14fd002fff71b3b89b02328/68747470733a2f2f706f7365722e707567782e6f72672f7865706f7a7a2f796969332d74656d706f72616c2d6272696467652f762f737461626c652e737667)](https://packagist.org/packages/xepozz/yii3-temporal-bridge)[![Total Downloads](https://camo.githubusercontent.com/4e88ecad1a3cef126eb6e3c6ed1c4086de35845086eab64a020e412e320c41cd/68747470733a2f2f706f7365722e707567782e6f72672f7865706f7a7a2f796969332d74656d706f72616c2d6272696467652f646f776e6c6f6164732e737667)](https://packagist.org/packages/xepozz/yii3-temporal-bridge)[![phpunit](https://github.com/xepozz/yii3-temporal-bridge/workflows/PHPUnit/badge.svg)](https://github.com/xepozz/yii3-temporal-bridge/actions)[![codecov](https://camo.githubusercontent.com/2e2539d56acf747ffa0a156b1fd90c33d04a2d147d386007baee61733caabc13/68747470733a2f2f636f6465636f762e696f2f67682f7865706f7a7a2f796969332d74656d706f72616c2d6272696467652f6272616e63682f6d61737465722f67726170682f62616467652e7376673f746f6b656e3d55524558414f5548544a)](https://codecov.io/gh/xepozz/yii3-temporal-bridge)

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

[](#installation)

```
composer require xepozz/yii3-temporal-bridge
```

Usage
-----

[](#usage)

### Basic concept

[](#basic-concept)

Use `yiisoft/classifier` package to automatically register workflows and activities.

Add tag `temporal.workflow` for each new workflow and `temporal.activity` for each new activity.

Example how to configure workflows and activities via tags near the class definition:

```
return [
    // ...
    \App\Temporal\Workflow\LongWorkflow::class => [
        '__construct()' => [
            'param' => 'value',
            // ...
        ],
        'tags' => ['temporal.workflow'], // Add this line
    ],

    \App\Temporal\Activity\CommonActivity::class => [
        'tags' => ['temporal.activity'], // Add this line
    ],
];
```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/xepozz-yii3-temporal-bridge/health.svg)

```
[![Health](https://phpackages.com/badges/xepozz-yii3-temporal-bridge/health.svg)](https://phpackages.com/packages/xepozz-yii3-temporal-bridge)
```

PHPackages © 2026

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