mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-15 01:16:22 +02:00
chore: Add details about Larvel (php) SDK
This commit is contained in:
parent
3ab92b9dab
commit
7477a7f1b5
@ -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
|
||||
|
||||
|
@ -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._
|
||||
|
@ -149,8 +149,8 @@ const UnleashClient = () => (
|
||||
<div className="blockContent">
|
||||
<h3>Clients written by awesome enthusiasts:</h3>
|
||||
<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>[mikefrancis/laravel-unleash](https://github.com/mikefrancis/laravel-unleash) (Larvel - PHP)</MarkdownBlock></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user