PHPackages                             temporal/money-transfer-project - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. temporal/money-transfer-project

ActiveProject[Utility &amp; Helpers](/categories/utility)

temporal/money-transfer-project
===============================

Temporal Money Transfer Project Template

812PHPCI failing

Since Jul 3Pushed 10mo ago11 watchersCompare

[ Source](https://github.com/temporalio/money-transfer-project-template-php)[ Packagist](https://packagist.org/packages/temporal/money-transfer-project)[ RSS](/packages/temporal-money-transfer-project/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Money Transfer Project
======================

[](#money-transfer-project)

This is the companion code for the tutorial [Run your first Temporal Application with PHP](https://learn.temporal.io/getting_started/php/hello_world_in_php/).

Getting Started
---------------

[](#getting-started)

Before running this application, ensure you have the following installed:

- [PHP 8.1 or later](https://www.php.net/downloads.php) with the [`ext-grpc`](https://pecl.php.net/package/grpc) extension.
- [Composer](https://getcomposer.org) for managing dependencies.

### Install the project with Composer

[](#install-the-project-with-composer)

```
composer create-project --prefer-dist -sdev temporal/money-transfer-project
cd money-transfer-project
```

This command will create a new project from the template. All dependencies and necessary files will be installed automatically, including RoadRunner and Temporal.

### Install the project with Git

[](#install-the-project-with-git)

Clone the repository to your local machine:

```
git clone https://github.com/temporalio/money-transfer-project-template-php
cd money-transfer-project-template-php
```

Run the command to install dependencies:

```
composer install
```

Run the project
---------------

[](#run-the-project)

Start the Temporal Server in development mode:

```
./temporal server start-dev --log-level error --color always
```

In another terminal, start RoadRunner:

```
./rr serve
```

### Run the workflow

[](#run-the-workflow)

To execute the money transfer workflow, you can use the provided PHP script. This script will initiate a transfer between two accounts.

```
php src/transfer.php
```

### Open the Web UI

[](#open-the-web-ui)

To monitor and inspect the progress and status of your money transfer workflows, open the Temporal UI in your browser. This allows you to view running workflows, completed workflows, and detailed execution histories.

Go to

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity14

Early-stage or recently created project

 Bus Factor1

Top contributor holds 78.9% 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/8cee22b5338cd1ac7c8a79e6d4928f8eb81acc6f505c0cbcb9b5ecc746bb3dc1?d=identicon)[temporalio](/maintainers/temporalio)

---

Top Contributors

[![roxblnfk](https://avatars.githubusercontent.com/u/4152481?v=4)](https://github.com/roxblnfk "roxblnfk (15 commits)")[![tomwheeler](https://avatars.githubusercontent.com/u/2183904?v=4)](https://github.com/tomwheeler "tomwheeler (3 commits)")[![flossypurse](https://avatars.githubusercontent.com/u/34380806?v=4)](https://github.com/flossypurse "flossypurse (1 commits)")

### Embed Badge

![Health badge](/badges/temporal-money-transfer-project/health.svg)

```
[![Health](https://phpackages.com/badges/temporal-money-transfer-project/health.svg)](https://phpackages.com/packages/temporal-money-transfer-project)
```

###  Alternatives

[cpx/cpx

Run any command from any composer package, even if it's not installed in your project.

40410.9k1](/packages/cpx-cpx)

PHPackages © 2026

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