From b3c49f6b59165d7b8384aec68ff58d36a26f290e Mon Sep 17 00:00:00 2001 From: Rob Landers Date: Mon, 21 Dec 2020 13:18:48 +0100 Subject: [PATCH] Add PHP SDK to docs --- daprdocs/content/en/developing-applications/sdks/_index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/sdks/_index.md b/daprdocs/content/en/developing-applications/sdks/_index.md index a905eaabf..85e6c9e55 100644 --- a/daprdocs/content/en/developing-applications/sdks/_index.md +++ b/daprdocs/content/en/developing-applications/sdks/_index.md @@ -19,4 +19,7 @@ See the [Go SDK repository](https://github.com/dapr/go-sdk) See the [Python SDK repository](https://github.com/dapr/python-sdk) ### Javascript -See the [Javascript SDK repository](https://github.com/dapr/js-sdk) \ No newline at end of file +See the [Javascript SDK repository](https://github.com/dapr/js-sdk) + +### PHP +See the [PHP SDK repository](https://github.com/dapr/php-sdk)