PHPackages                             shieldfy/shieldfy-php - 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-php

ArchivedLibrary[Security](/categories/security)

shieldfy/shieldfy-php
=====================

Shieldfy Official PHP SDK - (shieldfy.io)

v0.1.2-alpha(8y ago)129SCLPHPPHP ~5.5|~7.0

Since Dec 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/shieldfy/shieldfy-php)[ Packagist](https://packagist.org/packages/shieldfy/shieldfy-php)[ Docs](https://github.com/shieldfy/shieldfy-php)[ RSS](/packages/shieldfy-shieldfy-php/feed)WikiDiscussions master Synced 4w ago

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

Shieldfy Official PHP SDK
=========================

[](#shieldfy-official-php-sdk)

Description
-----------

[](#description)

TBD

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

[](#installation)

### Install Shieldfy Server Dependecies (UOPZ Extention)

[](#install-shieldfy-server-dependecies-uopz-extention)

#### Automated script (Ubuntu)

[](#automated-script-ubuntu)

```
bash  'YOURAPPKEY',
	'app_secret' 	=> 'YOURAPPSECRET'
]);
```

#### Laravel Extention (add laravel service provider)

[](#laravel-extention-add-laravel-service-provider)

in `config/app.php` add `ShieldfyServiceProvider` to the `providers` list

```
'providers' => [
	\Shieldfy\Extentions\Laravel\ShieldfyServiceProvider::class
]
```

#### CodeIgniter Extention (Add CI Bridge)

[](#codeigniter-extention-add-ci-bridge)

```
if(!class_exists(\Composer\Autoload\ClassLoader::class)) require_once(__DIR__.'/vendor/autoload.php');

$guard = \Shieldfy\Guard::init([
	'app_key' 		=> 'YOURAPPKEY',
	'app_secret' 	=> 'YOURAPPSECRET'
]);

$CI =& get_instance();
\Shieldfy\Extentions\CodeIgniter\Bridge::load($$guard,$CI);
```

#### Symfony Extention ()

[](#symfony-extention-)

TBD

#### CakePHP

[](#cakephp)

TBD

#### ZendPHP

[](#zendphp)

TBD

#### Yii PHP

[](#yii-php)

TBD

Configurations
--------------

[](#configurations)

TBD

Running Unit Testing
--------------------

[](#running-unit-testing)

`phpunit`

Testing Environment
-------------------

[](#testing-environment)

```
cd Example
php -S localhost:8080
```

Changelog
---------

[](#changelog)

TBD

Contribution
------------

[](#contribution)

TBD

Credits
-------

[](#credits)

TBD

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.1% 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 ~3 days

Total

3

Last Release

3109d 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 (33 commits)")[![7snovic](https://avatars.githubusercontent.com/u/4136671?v=4)](https://github.com/7snovic "7snovic (1 commits)")

---

Tags

securityfirewallwafshieldfyshieldfy-php

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[akaunting/laravel-firewall

Web Application Firewall (WAF) package for Laravel

1.0k508.9k2](/packages/akaunting-laravel-firewall)[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)
