Download the PHP package securenative/securenative-php without Composer
On this page you can find all versions of the php package securenative/securenative-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download securenative/securenative-php
More information about securenative/securenative-php
Files in securenative/securenative-php
Package securenative-php
Short Description PHP bindings for SecureNative
License MIT
Homepage https://github.com/securenative/securenative-php
Informations about the package securenative-php
A Cloud-Native Security Monitoring and Protection for Modern Applications
Documentation | Quick Start | Blog | Chat with us on Slack!
SecureNative 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.
Install the SDK
When using Composer run the following command:
Add required imports
Initialize the SDK
To get your API KEY, login to your SecureNative account and go to project settings page:
Option 1: Initialize via API_KEY and SecureNativeOptions
Option 2: Initialize via configuration file
Attach securenative.json
file to your root folder:
Then, call SDK's init
function without props (sending props will override JSON configurations).
Option 3: Initialize via environment variables
Pass desired environment variables (for example):
Then, call SDK's init
function without props (sending props will override JSON configurations).
Tracking events
Once the SDK has been initialized, tracking requests sent through the SDK instance.
You can also create request context from request:
Verify events
Example
Webhook signature verification
Apply our filter to verify the request is from us, for example:
Extract proxy headers from cloud providers
You can specify custom header keys to allow extraction of client ip from different providers. This example demonstrates the usage of proxy headers for ip extraction from Cloudflare.
Option 1: Using config file
Initialize sdk as shown above.
Options 2: Using ConfigurationBuilder
Remove PII Data From Headers
By default, SecureNative SDK remove any known pii headers from the received request. We also support using custom pii headers and regex matching via configuration, for example:
Option 1: Using config file
Initialize sdk as shown above.
Options 2: Using ConfigurationBuilder
All versions of securenative-php with dependencies
guzzlehttp/guzzle Version ^6.0
antecedent/patchwork Version ~2.0
monolog/monolog Version 2.0.2
phpunit/phpunit Version ^9
ext-openssl Version *
ext-json Version *