> For the complete documentation index, see [llms.txt](https://kycdocv2.faceki.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kycdocv2.faceki.com/web-sdk/laravel.md).

# Laravel

{% hint style="warning" %}
*The latest Stable Version is V1.0*&#x20;
{% endhint %}

{% embed url="<https://github.com/faceki/KYC-Laravel>" %}

### Let's Get your Laravel App running with Faceki&#x20;

### **Requirement**

1. [Download Laravel ](https://laravel.com/docs/4.2)
2. Install Composer&#x20;
3. [Install Laravel](https://laravel.com/docs/4.2#install-laravel)

```
// composer global require "laravel/installer=~1.1"
```

1. Server Requirements

```
// PHP >= 5.4
MCrypt PHP Extension
```

5\. To use Faceki API, you need to register any of [Faceki packages on the link](https://faceki.com/identity-verification-prices/) then access  [Dashboard](https://faceki.com/backend/login) >> Integration and Copy Token&#x20;

{% hint style="info" %}

* Click on the hidden eyes and securely copy the **Client ID** (token).
* To get your **Client ID**, first access  [Dashboard](https://faceki.com/backend/login) >> **Integration** >> **Integration**

Please don't share the token with anybody, highly secure and confidential&#x20;
{% endhint %}

![](/files/DCszFquEA4mmiaKhF6Ix)

```
```

More details on [Getting Started](/getting-started.md#what-is-faceki-identity-verification)&#x20;

6\. Composer install

7\. Compress zip folder and keep all files on the root folder

8\.  Change "client\_id" and "client\_email" in public/assets/js/faceki-startup.js

<br>
