<?php
use Sqreen\SqreenClient;
$client = new SqreenClient(
'1234567890123456789012', // applicationId
'login@example.org', // email
'my_beautiful_password!' // password
);
// Get Security Response events
$events = $client->application->getSecurityResponse();
// Stop a Security Response
$securityResponseId = 'NWJlMTk2ZDdmM2Y1ZmEwMDE1MTMwMTRhOjVjM2UwZjIzMjlmMTcwMDAxZWM3NTM5MDo1YzNmNjQwNDUJyksICgnaWQnLCAnMzAzMzE3OCcpXSk6YmFjYTJiMmMxOWIwMTFlOWFlM2IwMjQyYWMxMTAwMDM';
$events = $client->application->deleteSecurityResponse($securityResponseId);
?>
This repository was archived by the owner on Jan 1, 2026. It is now read-only.
AntoineLemaire/sqreen-php
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|