You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SecureNative](https://www.securenative.com/) performs user monitoring by analyzing user interactions with your application and various factors such as network, devices, locations and access patterns to stop and prevent account takeover attacks.
26
+
27
+
## Install the SDK
28
+
29
+
When using Composer run the following command:
10
30
```shell script
11
31
$ composer require securenative/securenative-php
12
32
```
13
33
14
-
## Configuration
15
-
16
-
#### Using package
17
-
```php
18
-
require_once __DIR__ . '/vendor/autoload.php';
19
-
20
-
use SecureNative\sdk\SecureNative;
21
-
use SecureNative\sdk\SecureNativeOptions;
22
-
use SecureNative\sdk\EventTypes;
23
-
```
34
+
## Initialize the SDK
24
35
25
-
#### Initializing SDK
36
+
To get your *API KEY*, login to your SecureNative account and go to project settings page:
0 commit comments