From 7db15fa77599f6d88563ceab947e16df70f445c9 Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Thu, 3 Oct 2019 15:22:27 +0200 Subject: [PATCH] chore: Add details about Larvel (php) SDK --- README.md | 2 +- docs/client-sdk.md | 2 +- website/pages/en/index.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0ad0a0451..6a3c8ed485 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ Official client SDK's: Clients written by awesome enthusiasts: :fire: -- [rarruda/unleash-client-python](https://github.com/rarruda/unleash-client-python) (Python 3) - [afontaine/unleash_ex](https://gitlab.com/afontaine/unleash_ex) (Elixir) +- [mikefrancis/laravel-unleash](https://github.com/mikefrancis/laravel-unleash) (Larvel - PHP) ### The Client API diff --git a/docs/client-sdk.md b/docs/client-sdk.md index 55df20b2e2..f47c9c10b4 100644 --- a/docs/client-sdk.md +++ b/docs/client-sdk.md @@ -16,6 +16,6 @@ To use Unleash in your application, you will need an Unleash Client SDK. Unleash ### Clients written by awesome enthusiasts: -- [rarruda/unleash-client-python](https://github.com/rarruda/unleash-client-python) (Python 3) - [afontaine/unleash_ex](https://gitlab.com/afontaine/unleash_ex) (Elixir) +- [mikefrancis/laravel-unleash](https://github.com/mikefrancis/laravel-unleash) (Larvel - PHP) - _...your implementation for your favorite language._ diff --git a/website/pages/en/index.js b/website/pages/en/index.js index ada940525b..f23841f151 100755 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -149,8 +149,8 @@ const UnleashClient = () => (

Clients written by awesome enthusiasts: