PHPackages                             kunalkanani/maskable - 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. [Security](/categories/security)
4. /
5. kunalkanani/maskable

ActiveLibrary[Security](/categories/security)

kunalkanani/maskable
====================

A package for concealing sensitive data in Laravel models and API responses with customizable masking rules. Mask specific fields, like emails and phone numbers, without altering the original data stored in the database.

12PHP

Since Nov 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/kunalkkanani/maskable)[ Packagist](https://packagist.org/packages/kunalkanani/maskable)[ RSS](/packages/kunalkanani-maskable/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

### Install the package via Composer:

[](#install-the-package-via-composer)

```
composer require kunalkanani/maskable
php artisan vendor:publish --tag="config"
```

### Usage

[](#usage)

```
