PHPackages                             shieldfy/shieldfy-laravel-client - 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. shieldfy/shieldfy-laravel-client

AbandonedArchivedLibrary[Security](/categories/security)

shieldfy/shieldfy-laravel-client
================================

shieldfy firewall component for laravel framework

2.1.0(8y ago)573MITPHPPHP &gt;=5.6

Since Jun 8Pushed 8y ago5 watchersCompare

[ Source](https://github.com/shieldfy/shieldfy-laravel-client)[ Packagist](https://packagist.org/packages/shieldfy/shieldfy-laravel-client)[ RSS](/packages/shieldfy-shieldfy-laravel-client/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (2)Versions (5)Used By (0)

[Shieldfy Laravel Client](https://shieldfy.io/)
===============================================

[](#shieldfy-laravel-client)

This is a Laravel package for Shieldfy SDK

[![Packagist](https://camo.githubusercontent.com/194cb595c84f7b435692e4b0a699ce23c8b044c0823e569922344401243ba86c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736869656c6466792f736869656c6466792d6c61726176656c2d636c69656e742e7376673f6c6162656c3d5061636b6167697374267374796c653d666c61742d737175617265)](https://packagist.org/packages/shieldfy/shieldfy-laravel-client)[![StyleCI](https://camo.githubusercontent.com/007f97cde6a5aaf84cbf3a7b8e1b7b251d91642f8f8fa7463ab1588633494a48/68747470733a2f2f7374796c6563692e696f2f7265706f732f37373035313930322f736869656c64)](https://styleci.io/repos/77051902)

Installation
------------

[](#installation)

You will need first to register on [shieldfy.io](https://shieldfy.io/) to get your APP Key &amp; APP Secret.

Through Composer (the recommended way)

```
composer require shieldfy/shieldfy-laravel-client

```

### Configuration

[](#configuration)

After installing the Shieldfy laravel library, register the `Shieldfy\ShieldfyLaravelClient\ShieldfyServiceProvider` in your `config/app.php` configuration file:

```
'providers' => [
    ...
    Shieldfy\ShieldfyLaravelClient\ShieldfyServiceProvider::class,
],
```

Shieldfy takes its config from environment file `.env`

```
SHIELDFY_APP_KEY=YOUR_APP_KEY
SHIELDFY_APP_SECRET=YOUR_APP_SECRET

```

Add Shieldfy Middleware

If you’d like to configure Shieldfy further you can publish the configurations file.

```
php artisan vendor:publish

```

A file called shieldfy.php will be placed into your config folder `config/shieldfy.php`.

Usage
-----

[](#usage)

Add Shieldfy middleware in your `app/Http/Kernel.php`

```
protected $middleware = [
    ...
    \Shieldfy\ShieldfyLaravelClient\Middlewares\ShieldfyMiddleware::class
];
```

for more information about configurations and usage , go to the official documentation [docs.shieldfy.io/docs](https://docs.shieldfy.io)

Contributing
------------

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

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

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~27 days

Total

3

Last Release

3206d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9817b8aec8f20a77d9b89f64e016bdd9c68eafee34fa70a8d09ffe0f35221768?d=identicon)[shieldfy](/maintainers/shieldfy)

---

Top Contributors

[![netcode](https://avatars.githubusercontent.com/u/286371?v=4)](https://github.com/netcode "netcode (27 commits)")

---

Tags

firewalllaravelsecurity-vulnerabilityshieldfywafsecurityidsapplicationfirewalldetectionbypassattackipsshieldfy

### Embed Badge

![Health badge](/badges/shieldfy-shieldfy-laravel-client/health.svg)

```
[![Health](https://phpackages.com/badges/shieldfy-shieldfy-laravel-client/health.svg)](https://phpackages.com/packages/shieldfy-shieldfy-laravel-client)
```

###  Alternatives

[akaunting/laravel-firewall

Web Application Firewall (WAF) package for Laravel

999465.8k2](/packages/akaunting-laravel-firewall)[bnomei/kirby3-redirects

Setup performant HTTP Status Code Redirects from within the Kirby Panel

269.1k](/packages/bnomei-kirby3-redirects)[ionut/sylar

Sylar it's the Intrusion Detection System(IDS) which you can trust!

252.6k](/packages/ionut-sylar)

PHPackages © 2026

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