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
- Host: GitHub
- URL: https://github.com/temporalio/roadrunner-temporal
- Owner: temporalio
- License: mit
- Created: 2020-09-10T22:36:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-06T02:40:21.000Z (about 1 year ago)
- Last Synced: 2025-06-08T20:06:25.184Z (about 1 year ago)
- Topics: php, roadrunner, temporal
- Language: Go
- Homepage:
- Size: 7.74 MB
- Stars: 25
- Watchers: 9
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/temporalio/roadrunner-temporal/actions)
[](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)