PHPackages                             securas-sas/laravel-cybershield - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. securas-sas/laravel-cybershield

ActivePackage[Security](/categories/security)

securas-sas/laravel-cybershield
===============================

Web Application Firewall for Laravel using CyberShield API

04PHP

Since Jan 29Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Securas-sas/laravel-cybershield)[ Packagist](https://packagist.org/packages/securas-sas/laravel-cybershield)[ RSS](/packages/securas-sas-laravel-cybershield/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

CyberShield WAF for Laravel
===========================

[](#cybershield-waf-for-laravel)

This is a WAF (Web Application Firewall) using CyberShield API (Laravel only)

\*\*Requirement : CyberShield API key.

Install
-------

[](#install)

```
composer require "securas-sas/laravel-cybershield @dev"

```

Using
-----

[](#using)

### Edit routing

[](#edit-routing)

Set "`cybershield`" as the middleware for routing.

```
Route::group(['middleware' => 'cybershield'], function () {
  // Protect area
});
```

Configuration
=============

[](#configuration)

Now is time to provide required parameters. First of all we need to publish cybershield configuration file: php artisan vendor:publish --provider="Securas\\LaravelCyberShield\\CyberShieldServiceProvider" --tag=config go to config/cybershield.php and set the parameters

#### parameters

[](#parameters)

| Param | Description | | `enabled` | CyberShield enabled or disabled. | | `api_key` | CyberShield API key. | | `email_address` | CyberShield Email Adress . |

ex.

```
enabled=true
api_key=****************
email_address=contact@*****.com

```

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2881755?v=4)[securas](/maintainers/securas)[@securas](https://github.com/securas)

---

Top Contributors

[![achrafYne](https://avatars.githubusercontent.com/u/5871746?v=4)](https://github.com/achrafYne "achrafYne (7 commits)")

---

Tags

laravel-packagesecuritysqlinject-defensewaf

### Embed Badge

![Health badge](/badges/securas-sas-laravel-cybershield/health.svg)

```
[![Health](https://phpackages.com/badges/securas-sas-laravel-cybershield/health.svg)](https://phpackages.com/packages/securas-sas-laravel-cybershield)
```

###  Alternatives

[phpids/phpids

PHPIDS (PHP-Intrusion Detection System) is a simple to use, well structured, fast and state-of-the-art security layer for your PHP based web application

791150.0k2](/packages/phpids-phpids)[paragonie/ecc

PHP Elliptic Curve Cryptography library

25866.3k44](/packages/paragonie-ecc)[nicobleiler/php-passphrase

Passphrase generator with Laravel integration, inspired by Bitwarden. Uses the EFF long word list by default with support for custom wordlists.

4912.6k](/packages/nicobleiler-php-passphrase)[dwgebler/encryption

Encryption wrapper for PHP using libsodium — simple API for symmetric and asymmetric encryption, password hashing, digital signing, and message authentication.

317.5k](/packages/dwgebler-encryption)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
