Skip to content

Commit a645aaa

Browse files
committed
Fix links, add table-of-contents
1 parent 021bff7 commit a645aaa

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ and resilient way.
66

77
Temporal PHP SDK is the framework for authoring [Workflows](https://docs.temporal.io/workflows) and [Activities](https://docs.temporal.io/activities) using PHP language.
88

9+
Table of contents:
10+
- [Get starting](#get-starting)
11+
- [Installation](#installation)
12+
- [Usage](#usage)
13+
- [Testing](#testing)
14+
- [Dev environment](#dev-environment)
15+
- [Temporal CLI](#temporal-cli)
16+
- [Buggregator](#buggregator)
17+
- [Resources](#resources)
18+
- [License](#license)
19+
920
## Get starting
1021

1122
### Installation
@@ -118,10 +129,11 @@ docker run --rm -p 8000:8000 -p 1025:1025 -p 9912:9912 -p 9913:9913 ghcr.io/bugg
118129
If you are not using Docker or running PHP code outside a container, you can use Trap as a compact server:
119130

120131
```bash
121-
./vendor/bin/trap --ui
132+
./vendor/bin/trap --ui=8000
122133
```
123134

124135
Now use the `trap()`, `tr()`, or `dump()` functions to output data to Buggregator.
136+
Web UI will be available at `http://localhost:8000`.
125137

126138
## Resources
127139

@@ -131,8 +143,9 @@ Read the docs
131143
[![PHP SDK API](https://img.shields.io/static/v1?style=flat-square&label=PHP+SDK&message=API&logo=PHP&color=447723&logoColor=aa88ff)](https://php.temporal.io/)
132144

133145
Ask a question
134-
[![Slack](https://img.shields.io/static/v1?style=flat-square&label=&message=Slack&logo=Slack&color=cc4444)](https://t.mp/slack/)
135-
[![Forum](https://img.shields.io/static/v1?style=flat-square&label=&message=Forum&logo=Discourse&color=4477ee)](https://community.temporal.io/)
146+
[![Github issues](https://img.shields.io/static/v1?style=flat-square&label=&message=Issues&logo=Github&color=202020)](https://github.com/temporalio/sdk-php/issues)
147+
[![Slack](https://img.shields.io/static/v1?style=flat-square&label=&message=Slack&logo=Slack&color=cc4444)](https://t.mp/slack)
148+
[![Forum](https://img.shields.io/static/v1?style=flat-square&label=&message=Forum&logo=Discourse&color=4477ee)](https://community.temporal.io/tag/php-sdk)
136149
[![Discord](https://img.shields.io/static/v1?style=flat-square&label=&message=Discord&logo=Discord&color=333333)](https://discord.gg/FwmDtGQe55)
137150

138151
Additionally

0 commit comments

Comments
 (0)