1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-24 01:18:01 +02:00

chore: Add details about Larvel (php) SDK

This commit is contained in:
ivaosthu 2019-10-03 15:22:27 +02:00 committed by Ivar Conradi Østhus
parent 3ab92b9dab
commit 7477a7f1b5
3 changed files with 3 additions and 3 deletions

View File

@ -42,8 +42,8 @@ Official client SDK's:
Clients written by awesome enthusiasts: :fire: 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) - [afontaine/unleash_ex](https://gitlab.com/afontaine/unleash_ex) (Elixir)
- [mikefrancis/laravel-unleash](https://github.com/mikefrancis/laravel-unleash) (Larvel - PHP)
### The Client API ### The Client API

View File

@ -16,6 +16,6 @@ To use Unleash in your application, you will need an Unleash Client SDK. Unleash
### Clients written by awesome enthusiasts: ### 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) - [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._ - _...your implementation for your favorite language._

View File

@ -149,8 +149,8 @@ const UnleashClient = () => (
<div className="blockContent"> <div className="blockContent">
<h3>Clients written by awesome enthusiasts:</h3> <h3>Clients written by awesome enthusiasts:</h3>
<ul> <ul>
<li><MarkdownBlock>[rarruda/unleash-client-python](https://github.com/rarruda/unleash-client-python) (Python 3)</MarkdownBlock></li>
<li><MarkdownBlock>[afontaine/unleash_ex](https://gitlab.com/afontaine/unleash_ex) (Elixir)</MarkdownBlock></li> <li><MarkdownBlock>[afontaine/unleash_ex](https://gitlab.com/afontaine/unleash_ex) (Elixir)</MarkdownBlock></li>
<li><MarkdownBlock>[mikefrancis/laravel-unleash](https://github.com/mikefrancis/laravel-unleash) (Larvel - PHP)</MarkdownBlock></li>
</ul> </ul>
</div> </div>
</div> </div>