PHPackages                             php-shark-tank/anonymizer - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. php-shark-tank/anonymizer

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

php-shark-tank/anonymizer
=========================

Library to anonymize class properties

1.1.0(3y ago)2210[5 issues](https://github.com/PHPSharkTank/Anonymizer/issues)[3 PRs](https://github.com/PHPSharkTank/Anonymizer/pulls)1MITPHPPHP ^8.2

Since Jul 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/PHPSharkTank/Anonymizer)[ Packagist](https://packagist.org/packages/php-shark-tank/anonymizer)[ RSS](/packages/php-shark-tank-anonymizer/feed)WikiDiscussions 1.0 Synced 6d ago

READMEChangelog (1)Dependencies (10)Versions (8)Used By (1)

[![Latest Stable Version](https://camo.githubusercontent.com/2634b497aef3e79b9feefd9e60170e05a60e9b48c979062e3d57a41ba771b458/687474703a2f2f706f7365722e707567782e6f72672f7068702d736861726b2d74616e6b2f616e6f6e796d697a65722f76)](https://packagist.org/packages/php-shark-tank/anonymizer) [![Total Downloads](https://camo.githubusercontent.com/8ac0f1f98eaaeaf2e8323ec00b4bd0c1e3d634562f4904aa79415b8d0197bf42/687474703a2f2f706f7365722e707567782e6f72672f7068702d736861726b2d74616e6b2f616e6f6e796d697a65722f646f776e6c6f616473)](https://packagist.org/packages/php-shark-tank/anonymizer) [![Latest Unstable Version](https://camo.githubusercontent.com/0ee9891d55e4f1fc87d2e38603c8c1a9c700171303c51d05024d0278248b4e40/687474703a2f2f706f7365722e707567782e6f72672f7068702d736861726b2d74616e6b2f616e6f6e796d697a65722f762f756e737461626c65)](https://packagist.org/packages/php-shark-tank/anonymizer) [![License](https://camo.githubusercontent.com/dd0a4f360cd5c02df78ccff0856a2e0cca897ce79218faeae90d90b64c0c19eb/687474703a2f2f706f7365722e707567782e6f72672f7068702d736861726b2d74616e6b2f616e6f6e796d697a65722f6c6963656e7365)](https://packagist.org/packages/php-shark-tank/anonymizer)

The Anonymizer is a library for PHP applications to make it easy to modify data of any object using PHP Attributes or other structured configurations.

Installation
============

[](#installation)

With composer run

```
composer require php-shark-tank/anonymizer:^1.0
```

Documentation
=============

[](#documentation)

- [Basics](./doc/010-basic.md)
- [Loader](./doc/020-loader.md)
- [Registry / Handler](./doc/030-registry_handler.md)
- [Events](./doc/040-events.md)
- ExclusionStrategies

Quick Example
=============

[](#quick-example)

```
