PHPackages                             arrilot/laravel-data-anonymization - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. arrilot/laravel-data-anonymization

ActiveLibrary[Database &amp; ORM](/categories/database)

arrilot/laravel-data-anonymization
==================================

Laravel bridge for arrilot/data-anonymization

2.0.0(5y ago)38563.8k↓56.2%8[2 issues](https://github.com/arrilot/laravel-data-anonymization/issues)[1 PRs](https://github.com/arrilot/laravel-data-anonymization/pulls)MITPHPPHP &gt;=5.5.9CI failing

Since Nov 22Pushed 3y ago5 watchersCompare

[ Source](https://github.com/arrilot/laravel-data-anonymization)[ Packagist](https://packagist.org/packages/arrilot/laravel-data-anonymization)[ Docs](https://github.com/arrilot/laravel-data-anonymization)[ RSS](/packages/arrilot-laravel-data-anonymization/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (6)Versions (12)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/643d69c70c03354d56deed00178a5d3416b1406bd8439ce17dcbb0beb4c2cc49/68747470733a2f2f706f7365722e707567782e6f72672f617272696c6f742f6c61726176656c2d646174612d616e6f6e796d697a6174696f6e2f762f737461626c652e737667)](https://packagist.org/packages/arrilot/laravel-data-anonymization/)[![Total Downloads](https://camo.githubusercontent.com/bd2ac2caf6cc14414ba6fafca807dd11ab148c7621756f92e552bb798a53c834/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617272696c6f742f6c61726176656c2d646174612d616e6f6e796d697a6174696f6e2e7376673f7374796c653d666c6174)](https://packagist.org/packages/Arrilot/laravel-data-anonymization)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/33a274ae0f967013dd5e3ae5c31b8a5fe39d21009205f47cf93e94980ebc035f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f617272696c6f742f6c61726176656c2d646174612d616e6f6e796d697a6174696f6e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/arrilot/laravel-data-anonymization/)

Laravel Data Anonymization
==========================

[](#laravel-data-anonymization)

- This is a bridge package for a full integration of [arrilot/data-anonymization](https://github.com/arrilot/data-anonymization) into Laravel framework.

Installation
------------

[](#installation)

1. `composer require arrilot/laravel-data-anonymization`
2. Add `"Database\\Anonymization\\": "database/anonymization/",` to `composer.json -> autoload -> psr-4`
3. `php artisan anonymization:install`

Usage
-----

[](#usage)

The package is designed to be as much consistent with Laravel built-in seeders as possible.

### Bootstrapping

[](#bootstrapping)

`php artisan anonymization:install` creates two files:

1. `database/anonymization/DatabaseAnonymizer.php`

```
