Skip to content

Commit 53cfa57

Browse files
committed
Badges
1 parent 5b6c8ff commit 53cfa57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# IPcrypt PHP Implementation
22

3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/jedisct1/ipcrypt.svg?style=flat-square)](https://packagist.org/packages/jedisct1/ipcrypt)
4+
[![Tests](https://github.com/jedisct1/php-ipcrypt/actions/workflows/tests.yml/badge.svg)](https://github.com/jedisct1/php-ipcrypt/actions/workflows/tests.yml)
5+
[![License](https://img.shields.io/packagist/l/jedisct1/ipcrypt.svg?style=flat-square)](https://packagist.org/packages/jedisct1/ipcrypt)
6+
37
This is a PHP implementation of IPcrypt, which provides methods for encrypting and decrypting IP addresses. The implementation follows the [IPcrypt specification](https://datatracker.ietf.org/doc/draft-denis-ipcrypt/) and provides three different encryption modes.
48

59
## Features

0 commit comments

Comments
 (0)