Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoinelemaire/sqreen-php
Sqreen PHP
https://github.com/antoinelemaire/sqreen-php
Last synced: about 1 month ago
JSON representation
Sqreen PHP
- Host: GitHub
- URL: https://github.com/antoinelemaire/sqreen-php
- Owner: AntoineLemaire
- License: mit
- Created: 2019-01-17T09:43:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-18T20:03:25.000Z (over 3 years ago)
- Last Synced: 2024-10-03T05:08:01.998Z (about 2 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sqreen-php
## Usage
```php
application->getSecurityResponse();// Stop a Security Response
$securityResponseId = 'NWJlMTk2ZDdmM2Y1ZmEwMDE1MTMwMTRhOjVjM2UwZjIzMjlmMTcwMDAxZWM3NTM5MDo1YzNmNjQwNDUJyksICgnaWQnLCAnMzAzMzE3OCcpXSk6YmFjYTJiMmMxOWIwMTFlOWFlM2IwMjQyYWMxMTAwMDM';
$events = $client->application->deleteSecurityResponse($securityResponseId);?>
```