Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wallacemaxters authored Apr 21, 2024
1 parent b9ce8a8 commit 7c0f98b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# WallaceMaxters/Masker

Mask your strings like javascript inputs!

```php
use WallaceMaxters\Masker\Masker;

$mask = new Masker();

$mask->mask('31995451199', '(00) 00000-0000'); // '(31) 99545-1193'

```

0 comments on commit 7c0f98b

Please sign in to comment.