File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff 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
2221composer 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
You can’t perform that action at this time.
0 commit comments