Skip to content

Commit d9a6e61

Browse files
committed
Update README.md
1 parent bc3b958 commit d9a6e61

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# Gatekeeper
22

3-
[![Build Status](https://img.shields.io/travis/secondtruth/gatekeeper.svg)](https://travis-ci.org/secondtruth/gatekeeper)
3+
[![Build Status](https://img.shields.io/github/actions/workflow/status/secondtruth/gatekeeper/tests.yml)](https://github.com/secondtruth/gatekeeper/actions/workflows/tests.yml)
44
[![Scrutinizer](http://img.shields.io/scrutinizer/g/secondtruth/gatekeeper.svg)](https://scrutinizer-ci.com/g/secondtruth/gatekeeper)
5-
[![Coverage](http://img.shields.io/scrutinizer/coverage/g/secondtruth/gatekeeper.svg)](https://scrutinizer-ci.com/g/secondtruth/gatekeeper)
6-
[![License](http://img.shields.io/packagist/l/secondtruth/gatekeeper.svg)](https://packagist.org/packages/secondtruth/gatekeeper)
5+
[![Coverage](https://img.shields.io/codecov/c/gh/secondtruth/gatekeeper?token=pmX6z4UHDJ)](https://codecov.io/gh/secondtruth/gatekeeper)
6+
[![License](https://img.shields.io/github/license/secondtruth/gatekeeper.svg?color=blue)](https://packagist.org/packages/secondtruth/gatekeeper)
77

88
The Gatekeeper library protects websites from spam and other attacks. It prevents bad bots from delivering their junk, and in many cases,
99
from ever reading your site in the first place.
1010

11-
1211
## Description
1312

1413
Welcome to a whole new way of keeping your service, forum, wiki or content management system free of spam and other attacks.
@@ -24,7 +23,6 @@ Whenever possible, you should run it in combination with a more traditional spam
2423

2524
The library is inspired by the **Bad Behavior** anti-spam system by **Michael Hampton**.
2625

27-
2826
## Usage
2927

3028
Include the vendor autoloader and use the classes:
@@ -65,7 +63,6 @@ $gatekeeper->addACL(new IPAddressACL($allowed, $denied));
6563
$gatekeeper->run($request, $screener);
6664
```
6765

68-
6966
## Installation
7067

7168
### Install via Composer
@@ -74,13 +71,13 @@ $gatekeeper->run($request, $screener);
7471

7572
To install the library, run the following command and you will get the latest development version:
7673

77-
$ php composer.phar require secondtruth/gatekeeper:dev-master
78-
74+
```bash
75+
composer require secondtruth/gatekeeper:dev-master
76+
```
7977

8078
## Requirements
8179

82-
* You must have at least PHP version 8.1 installed on your system.
83-
80+
- You must have at least PHP version 8.1 installed on your system.
8481

8582
## Author, Credits and License
8683

@@ -91,4 +88,4 @@ Based on the work of:
9188

9289
* Michael Hampton
9390

94-
Thanks to [all other Contributors](https://github.com/secondtruth/wumbo/graphs/contributors)!
91+
Thanks to [all other contributors](https://github.com/secondtruth/wumbo/graphs/contributors)!

0 commit comments

Comments
 (0)