PHPackages                             xakki/phpwall - 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. xakki/phpwall

ActiveLibrary[Security](/categories/security)

xakki/phpwall
=============

PHP Web Application Firewall (WAF)

0.8.2(9mo ago)5132MITPHPPHP &gt;=8.1CI failing

Since Jan 28Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/Xakki/phpwall)[ Packagist](https://packagist.org/packages/xakki/phpwall)[ RSS](/packages/xakki-phpwall/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (4)Versions (7)Used By (0)

Simple Web Application Firewall on PHP
======================================

[](#simple-web-application-firewall-on-php)

Protect site from scanners on PHP

`composer r xakki/phpwall:0.8` For php ^8.1

`composer r xakki/phpwall:0.5` For php 5.6

How run example
===============

[](#how-run-example)

- cp .env.dist .env
- change GOOGLE\_CAPTCHA\_KEY &amp; GOOGLE\_CAPTCHA\_SECRET
- run bash `make test-ui`
- Open

Steps
=====

[](#steps)

1. Prepare code

- Get googleCaptha keys from
- use example/index.php for you project

2. Create table (dont foget change pass `CHANGE_ME`)

```
   CREATE DATABASE `phpwall` CHARACTER SET 'utf8';
   CREATE USER 'phpwall'@'%' IDENTIFIED BY 'CHANGE_ME';
   GRANT ALL PRIVILEGES ON phpwall.* TO 'phpwall'@'%';
   FLUSH PRIVILEGES;
```

If encoded password

```
set password for 'phpwall' = PASSWORD('*****');

```

Docker image info
=================

[](#docker-image-info)

Get from

- [https://gitlab.com/Xakki/dockers-images/-/blob/main/php8/8.4.Dockerfile?ref\_type=heads](https://gitlab.com/Xakki/dockers-images/-/blob/main/php8/8.4.Dockerfile?ref_type=heads)
- [https://gitlab.com/Xakki/dockers-images/-/blob/main/php8/8.1.Dockerfile?ref\_type=heads](https://gitlab.com/Xakki/dockers-images/-/blob/main/php8/8.1.Dockerfile?ref_type=heads)

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance74

Regular maintenance activity

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 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 ~421 days

Total

5

Last Release

298d ago

PHP version history (3 changes)0.1.3PHP &gt;=5.6

0.5.7PHP ^5.6

0.8.1PHP &gt;=8.1

### Community

Maintainers

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

---

Top Contributors

[![Xakki](https://avatars.githubusercontent.com/u/426468?v=4)](https://github.com/Xakki "Xakki (19 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/xakki-phpwall/health.svg)

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[symfony/symfony

The Symfony PHP framework

31.4k87.2M2.2k](/packages/symfony-symfony)[symfony/http-kernel

Provides a structured process for converting a Request into a Response

8.1k869.4M8.8k](/packages/symfony-http-kernel)[symfony/cache

Provides extended PSR-6, PSR-16 (and tags) implementations

4.2k373.5M3.3k](/packages/symfony-cache)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[ecotone/ecotone

Enterprise architecture layer for Laravel and Symfony — CQRS, Event Sourcing, Durable Workflows (Sagas, Orchestrators), Projections, and Outbox messaging via PHP attributes.

564576.7k53](/packages/ecotone-ecotone)

PHPackages © 2026

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