From 9e1cb27f96f4ffb1c420881e7c748853f13656ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Chr=C3=A1steck=C3=BD?= Date: Wed, 7 Jul 2021 16:37:10 +0200 Subject: [PATCH] Add rikudou/unleash-sdk to community clients (#885) --- websitev2/docs/sdks/community.md | 1 + 1 file changed, 1 insertion(+) diff --git a/websitev2/docs/sdks/community.md b/websitev2/docs/sdks/community.md index 865a148cd5..8b38070a9b 100644 --- a/websitev2/docs/sdks/community.md +++ b/websitev2/docs/sdks/community.md @@ -18,6 +18,7 @@ Community developed Client SDKs we already know about: - [mikefrancis/laravel-unleash](https://github.com/mikefrancis/laravel-unleash) (Laravel - PHP) - [AppsFlyer/clojure-unleash](https://github.com/AppsFlyer/unleash-client-clojure) (Clojure) - [pmb0/nestjs-unleash](https://github.com/pmb0/nestjs-unleash) (NestJS - Node.js) +- [rikudou/unleash-sdk](https://github.com/RikudouSage/UnleashSDK) (PHP) - _...your implementation for your favorite language._ ### Implement your own SDK? {#implement-your-own-sdk}