Skip to content

Commit b50873f

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

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ 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+
- [Resources](#resources)
16+
- [License](#license)
17+
918
## Get starting
1019

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

120129
```bash
121-
./vendor/bin/trap --ui
130+
./vendor/bin/trap --ui=8000
122131
```
123132

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

126136
## Resources
127137

@@ -131,8 +141,9 @@ Read the docs
131141
[![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/)
132142

133143
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/)
144+
[![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)
145+
[![Slack](https://img.shields.io/static/v1?style=flat-square&label=&message=Slack&logo=Slack&color=cc4444)](https://t.mp/slack)
146+
[![Forum](https://img.shields.io/static/v1?style=flat-square&label=&message=Forum&logo=Discourse&color=4477ee)](https://community.temporal.io/tag/php-sdk)
136147
[![Discord](https://img.shields.io/static/v1?style=flat-square&label=&message=Discord&logo=Discord&color=333333)](https://discord.gg/FwmDtGQe55)
137148

138149
Additionally

0 commit comments

Comments
 (0)