Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 58700eb

Browse files
committed
See in action
1 parent 7f9db56 commit 58700eb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,12 @@
1010

1111
The [Corbado](https://www.corbado.com) PHP SDK provides convenient access to the [Corbado Backend API](https://apireference.cloud.corbado.io/backendapi-v2/) from applications written in the PHP language.
1212

13+
[![integration-guides](https://github.com/user-attachments/assets/7859201b-a345-4b68-b336-6e2edcc6577b)](https://app.corbado.com/getting-started?search=php)
14+
1315
:warning: The Corbado PHP SDK is commonly referred to as a private client, specifically designed for usage within closed backend applications. This particular SDK should exclusively be utilized in such environments, as it is crucial to ensure that the API secret remains strictly confidential and is never shared.
1416

1517
:rocket: [Getting started](#rocket-getting-started) | :hammer_and_wrench: [Services](#hammer_and_wrench-services) | :books: [Advanced](#books-advanced) | :speech_balloon: [Support & Feedback](#speech_balloon-support--feedback)
1618

17-
**See in action:**
18-
19-
[![integration-guides](https://github.com/user-attachments/assets/7859201b-a345-4b68-b336-6e2edcc6577b)](https://app.corbado.com/getting-started?search=php)
20-
21-
- Check [PHP Laravel](https://github.com/corbado/passkeys-php-laravel) example
22-
- Check integration tests [here](tests/integration)
23-
2419
## :rocket: Getting started
2520

2621
### Requirements
@@ -45,6 +40,11 @@ $config = new Corbado\Config('<Project ID>', '<API secret>', '<Frontend API URL>
4540
$sdk = new Corbado\SDK($config);
4641
```
4742

43+
### See in action
44+
45+
- Check [PHP Laravel](https://github.com/corbado/passkeys-php-laravel) example
46+
- Check integration tests [here](tests/integration)
47+
4848
## :hammer_and_wrench: Services
4949

5050
The Corbado PHP SDK provides the following services:

0 commit comments

Comments
 (0)