Download the PHP package cloudmersive/cloudmersive_security_api_client without Composer
On this page you can find all versions of the php package cloudmersive/cloudmersive_security_api_client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package cloudmersive_security_api_client
cloudmersive_security_api_client
The security APIs help you detect and block security threats.
Cloudmersive Security API helps you detect and block security threats.
- API version: v1
- Package version: 1.2.0
Requirements
PHP 5.5 and later
Installation & Usage
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Tests
To run the unit tests:
Getting Started
Please follow the installation procedure and then run the following:
Documentation for API Endpoints
All URIs are relative to https://api.cloudmersive.com
Class | Method | HTTP request | Description |
---|---|---|---|
ContentThreatDetectionApi | contentThreatDetectionAutomaticThreatDetectionString | POST /security/threat-detection/content/automatic/detect/string | Automatically detect threats in an input string |
ContentThreatDetectionApi | contentThreatDetectionCheckSqlInjectionString | POST /security/threat-detection/content/sql-injection/detect/string | Check text input for SQL Injection (SQLI) attacks |
ContentThreatDetectionApi | contentThreatDetectionCheckXxe | POST /security/threat-detection/content/xxe/detect/xml/string | Protect text input from XML External Entity (XXE) attacks |
ContentThreatDetectionApi | contentThreatDetectionDetectInsecureDeserializationJsonString | POST /security/threat-detection/content/insecure-deserialization/json/detect/string | Detect Insecure Deserialization JSON (JID) attacks in a string |
ContentThreatDetectionApi | contentThreatDetectionProtectXss | POST /security/threat-detection/content/xss/detect/string | Protect text input from Cross-Site-Scripting (XSS) attacks through normalization |
NetworkThreatDetectionApi | networkThreatDetectionDetectSsrfUrl | POST /security/threat-detection/network/url/ssrf/detect | Check a URL for Server-side Request Forgery (SSRF) threats |
NetworkThreatDetectionApi | networkThreatDetectionIsBot | POST /security/threat-detection/network/ip/is-bot | Check if IP address is a Bot client threat |
NetworkThreatDetectionApi | networkThreatDetectionIsThreat | POST /security/threat-detection/network/ip/is-threat | Check if IP address is a known threat |
NetworkThreatDetectionApi | networkThreatDetectionIsTorNode | POST /security/threat-detection/network/ip/is-tor-node | Check if IP address is a Tor node server |
Documentation For Models
- IPThreatDetectionResponse
- StringAutomaticThreatDetection
- StringInsecureDeserializationJsonDetection
- StringSqlInjectionDetectionResult
- StringXssProtectionResult
- StringXxeDetectionResult
- ThreatDetectionBotCheckResponse
- ThreatDetectionTorNodeResponse
- UrlSsrfThreatDetectionRequestFull
- UrlSsrfThreatDetectionResponseFull
Documentation For Authorization
Apikey
- Type: API key
- API key parameter name: Apikey
- Location: HTTP header
Author
All versions of cloudmersive_security_api_client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2
The package cloudmersive/cloudmersive_security_api_client contains the following files
Loading the files please wait ....