Skip to content

Commit 8431212

Browse files
committed
2 parents 291b40f + 87e788c commit 8431212

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,17 @@ Anonymize replaces sensitive model data with realistic fake data using Faker. Pe
1010
- **Privacy-First**: Automatically anonymize sensitive model attributes
1111
- **Consistent Data**: Same model ID always generates the same fake data
1212
- **Seamless Integration**: Works transparently with existing Eloquent models
13-
- **Serialization Safe**: Prevents data leaks even when models are serialized
1413
- **Granular Control**: Enable/disable anonymization globally or per-model instance
1514
- **Performance Optimized**: Intelligent caching prevents redundant fake data generation
1615

1716
## Installation
1817

19-
You can install the package via Composer:
18+
You can install the Anonymize using Composer:
2019

2120
```bash
2221
composer require directorytree/anonymize
2322
```
2423

25-
The package will automatically register its service provider.
26-
2724
## Usage
2825

2926
### Set Up Your Model
@@ -177,15 +174,6 @@ public function getAnonymizedAttributes(Generator $faker): array
177174
}
178175
```
179176

180-
## Performance
181-
182-
The package is designed for optimal performance:
183-
184-
- Fake data is generated only when needed
185-
- Results are cached per model instance
186-
- Cache is automatically invalidated when the model's seed changes
187-
- Minimal overhead when anonymization is disabled
188-
189177
## Testing
190178

191179
```bash

0 commit comments

Comments
 (0)