Skip to content

Commit c0bd970

Browse files
committed
renamed package
1 parent 102a770 commit c0bd970

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Web Application Firewall (WAF) package for Laravel
22

3-
[![Version](https://img.shields.io/packagist/v/akaunting/firewall?label=release)](https://github.com/akaunting/firewall/releases)
4-
![Downloads](https://img.shields.io/packagist/dt/akaunting/firewall)
5-
![Tests](https://img.shields.io/github/workflow/status/akaunting/firewall/Tests?label=tests)
3+
![Downloads](https://img.shields.io/packagist/dt/akaunting/laravel-firewall)
4+
![Tests](https://img.shields.io/github/workflow/status/akaunting/laravel-firewall/Tests?label=tests)
65
[![StyleCI](https://github.styleci.io/repos/197242392/shield?style=flat&branch=master)](https://styleci.io/repos/197242392)
7-
[![Quality](https://img.shields.io/scrutinizer/quality/g/akaunting/firewall?label=quality)](https://scrutinizer-ci.com/g/akaunting/firewall)
8-
[![License](https://img.shields.io/github/license/akaunting/firewall)](LICENSE.md)
6+
[![Quality](https://img.shields.io/scrutinizer/quality/g/akaunting/laravel-firewall?label=quality)](https://scrutinizer-ci.com/g/akaunting/laravel-firewall)
7+
[![License](https://img.shields.io/github/license/akaunting/laravel-firewall)](LICENSE.md)
98

109
This package intends to protect your Laravel app from different type of attacks such as XSS, SQLi, RFI, LFI, User Agent, and a lot more. It will also block repeated attacks and send notification via email and/or slack when attack is detected. Furthermore, it will log failed logins and block the IP after a number of attempts.
1110

@@ -18,7 +17,7 @@ Note: Some middleware classes (i.e. Xss) are empty as the `Middleware` abstract
1817
Run the following command:
1918

2019
```bash
21-
composer require akaunting/firewall
20+
composer require akaunting/laravel-firewall
2221
```
2322

2423
### 2. Register (for Laravel < 5.5)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "akaunting/firewall",
2+
"name": "akaunting/laravel-firewall",
33
"description": "Web Application Firewall (WAF) package for Laravel",
44
"keywords": [
55
"laravel",

0 commit comments

Comments
 (0)