File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
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
You can’t perform that action at this time.
0 commit comments