An open API service indexing awesome lists of open source software.

https://github.com/temporalio/roadrunner-temporal

Temporal PHP-SDK Host Process plugin for Roadrunner
https://github.com/temporalio/roadrunner-temporal

php roadrunner temporal

Last synced: about 1 year ago
JSON representation

Temporal PHP-SDK Host Process plugin for Roadrunner

Awesome Lists containing this project

README

          

[![Linux](https://github.com/temporalio/roadrunner-temporal/workflows/rrtemporal/badge.svg)](https://github.com/temporalio/roadrunner-temporal/actions)
[![Discourse](https://img.shields.io/static/v1?label=Discourse&message=Get%20Help&color=informational)](https://community.temporal.io)

# Roadrunner Temporal
The repository contains a number of plugins which enable workflow and activity processing for PHP processes. The communication protocol,
supervisor, load-balancer is based on [RoadRunner PHP Application Server](https://roadrunner.dev).

## Installation
Temporal is an official plugin of RoadRunner and available out-of-the-box in >= [RoadRunner 2023.0](https://github.com/roadrunner-server/roadrunner).

Read more about application server installation [here](https://roadrunner.dev/docs/intro-install).

To install PHP-SDK:

```bash
$ composer require temporal/sdk
```

## License
[MIT License](https://github.com/temporalio/roadrunner-temporal/blob/master/LICENSE)