Skip to content

Commit 5fc4e69

Browse files
committed
Update README.md
1 parent f9dceac commit 5fc4e69

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/directorytree/anonymize.svg?style=flat-square)](https://packagist.org/packages/directorytree/anonymize)
44
[![Total Downloads](https://img.shields.io/packagist/dt/directorytree/anonymize.svg?style=flat-square)](https://packagist.org/packages/directorytree/anonymize)
55

6-
**Anonymize** is an elegant Laravel package that seamlessly replaces sensitive model data with realistic fake data using Faker. Perfect for development environments, demos, and data sharing scenarios where you need to protect user privacy while maintaining data structure and relationships.
6+
Anonymize replaces sensitive model data with realistic fake data using Faker. Perfect for development environments, demos, and data sharing scenarios where you need to protect user privacy while maintaining data structure and relationships.
77

8-
## Features
8+
## Features
99

10-
- 🔒 **Privacy-First**: Automatically anonymize sensitive model attributes
11-
- 🎯 **Consistent Data**: Same model ID always generates the same fake data
12-
- **Performance Optimized**: Intelligent caching prevents redundant fake data generation
13-
- 🎛️ **Granular Control**: Enable/disable anonymization globally or per-model instance
14-
- 🔄 **Seamless Integration**: Works transparently with existing Eloquent models
15-
- 🛡️ **Serialization Safe**: Prevents data leaks even when models are serialized
10+
- **Privacy-First**: Automatically anonymize sensitive model attributes
11+
- **Consistent Data**: Same model ID always generates the same fake data
12+
- **Seamless Integration**: Works transparently with existing Eloquent models
13+
- **Serialization Safe**: Prevents data leaks even when models are serialized
14+
- **Granular Control**: Enable/disable anonymization globally or per-model instance
15+
- **Performance Optimized**: Intelligent caching prevents redundant fake data generation
1616

1717
## Installation
1818

0 commit comments

Comments
 (0)