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

ActiveLibrary

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

PHP Web Application Firewall (WAF)

0.8.2(8mo ago)1131MITPHPPHP &gt;=8.1CI failing

Since Jan 28Pushed 2w ago1 watchersCompare

[ Source](https://github.com/Xakki/phpwall)[ Packagist](https://packagist.org/packages/xakki/phpwall)[ RSS](/packages/xakki-phpwall/feed)WikiDiscussions master Synced 1w 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

42

—

FairBetter than 90% of packages

Maintenance81

Actively maintained with recent releases

Popularity13

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

252d 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 (14 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

[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k5](/packages/elgg-elgg)[api-platform/metadata

API Resource-oriented metadata attributes and factories

243.5M96](/packages/api-platform-metadata)[neos/flow

Flow Application Framework

862.0M451](/packages/neos-flow)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)[flowwow/cloudpayments-php-client

cloudpayments api client

2188.2k](/packages/flowwow-cloudpayments-php-client)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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