Skip to content

Commit dfbb57c

Browse files
-Update README.md
1 parent 3372307 commit dfbb57c

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Ginkelsoft Laravel Encrypted Search Index
22

3+
![Tests](https://github.com/USERNAME/REPOSITORY/actions/workflows/tests.yml/badge.svg)
4+
35
## Overview
46

57
Modern applications that handle sensitive user data—such as healthcare, financial, or membership systems—must ensure that all personally identifiable information (PII) is properly encrypted at rest. However, standard encryption creates a practical challenge: **once data is encrypted, it can no longer be searched efficiently.**
@@ -177,19 +179,6 @@ The package is continuously tested across all supported combinations using GitHu
177179

178180
---
179181

180-
## Continuous Integration
181-
182-
This repository includes automated testing for all Laravel 8–12 releases.
183-
Each test matrix validates functionality on PHP 8.1, 8.2, and 8.3.
184-
185-
Example badge (replace `USERNAME/REPOSITORY` with yours):
186-
187-
```
188-
![Tests](https://github.com/USERNAME/REPOSITORY/actions/workflows/tests.yml/badge.svg)
189-
```
190-
191-
---
192-
193182
## Compliance
194183

195184
* **GDPR** — Encrypted and hashed separation ensures minimal data exposure.

0 commit comments

Comments
 (0)