All Projects β†’ shieldfy-archive β†’ shieldfy-php-client

shieldfy-archive / shieldfy-php-client

Licence: other
The official PHP SDK for Shieldfy

Programming Languages

HTML
75241 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to shieldfy-php-client

waf4wordpress
WAF for WordPress πŸ”₯ with 60+ security checks and weekly updates
Stars: ✭ 102 (+580%)
Mutual labels:  firewall, waf
Awesome Waf
πŸ”₯ Everything about web-application firewalls (WAF).
Stars: ✭ 4,047 (+26880%)
Mutual labels:  firewall, waf
aws-firewall-factory
Deploy, update, and stage your WAFs while managing them centrally via FMS.
Stars: ✭ 72 (+380%)
Mutual labels:  firewall, waf
Laravel Firewall
Web Application Firewall (WAF) package for Laravel
Stars: ✭ 544 (+3526.67%)
Mutual labels:  firewall, waf
Xwaf
xWAF 3.0 - Free Web Application Firewall, Open-Source.
Stars: ✭ 48 (+220%)
Mutual labels:  firewall, waf
Whatwaf
Detect and bypass web application firewalls and protection systems
Stars: ✭ 1,881 (+12440%)
Mutual labels:  firewall, waf
BeFree
Website Security, Antivirus & Firewall || a powerful application that can secure your website against hackers, attacks and other incidents of abuse
Stars: ✭ 24 (+60%)
Mutual labels:  firewall, security-vulnerability
Waf
🚦Web Application Firewall or API Gateway(εΊ”η”¨ι˜²η«ε’™/API网关)
Stars: ✭ 547 (+3546.67%)
Mutual labels:  firewall, waf
Botwall4j
A botwall for Java web applications
Stars: ✭ 41 (+173.33%)
Mutual labels:  firewall, waf
Cidram
CIDRAM: Classless Inter-Domain Routing Access Manager.
Stars: ✭ 86 (+473.33%)
Mutual labels:  firewall, waf
Docker Waf
An NGINX and ModSecurity based Web Application Firewall for Docker
Stars: ✭ 181 (+1106.67%)
Mutual labels:  firewall, waf
weblogic honeypot
WebLogic Honeypot is a low interaction honeypot to detect CVE-2017-10271 in the Oracle WebLogic Server component of Oracle Fusion Middleware. This is a Remote Code Execution vulnerability.
Stars: ✭ 30 (+100%)
Mutual labels:  security-vulnerability
Mignis
Mignis is a semantic based tool for firewall configuration.
Stars: ✭ 43 (+186.67%)
Mutual labels:  firewall
Android-Firewall
Basic netguard app from playstore ,reduced to its minimum level for vpn and firewall logic
Stars: ✭ 41 (+173.33%)
Mutual labels:  firewall
vilicus
Vilicus is an open source tool that orchestrates security scans of container images(docker/oci) and centralizes all results into a database for further analysis and metrics.
Stars: ✭ 82 (+446.67%)
Mutual labels:  security-vulnerability
PFRE
Packet Filter Rule Editor for OpenBSD/pf
Stars: ✭ 26 (+73.33%)
Mutual labels:  firewall
ansible-opnsense
Ansible role to configure OPNsense firewalls
Stars: ✭ 78 (+420%)
Mutual labels:  firewall
Bughound
Static code analysis tool based on Elasticsearch
Stars: ✭ 124 (+726.67%)
Mutual labels:  security-vulnerability
cloudflare-block-bad-bot-ruleset
🚦 Block malicious crawlers with Cloudflare Firewall Rules
Stars: ✭ 178 (+1086.67%)
Mutual labels:  firewall
SmartGW
Domain based VPN Gateway/Proxy for all devices
Stars: ✭ 49 (+226.67%)
Mutual labels:  firewall

Shieldfy PHP SDK

This is the official PHP SDK for Shieldfy (shieldfy.io) https://shieldfy.io

Shieldfy is a strong application protection platform that helps businesses to secure their applications online.

Packagist Code Climate StyleCI Travis

Installation

You will first need to register on shieldfy.io to get your APP Key & APP Secret.

Through Composer (the recommended way):

composer require shieldfy/shieldfy-php-client

Usage

Shieldfy\Guard::init([
        'app_key'=>'YourAppKey',
        'app_secret'=>'YourAppSecret'
]);

Configuration

For more information about configurations and usage, refer to the official documentation at docs.shieldfy.io.

Contributing

Thank you for considering contributing to this project! Bug reports, feature requests, and pull requests are very welcome.

Security Vulnerabilities

If you discover a security vulnerability within this project, please send an e-mail to [email protected].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].