Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnpdlk committed Oct 1, 2017
1 parent e7f0c6c commit 53bd9fd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@ Bst way:
```php
composer require mrcnpdlk/validator
```
### Supported Types

|Type|Class|Example|
|---|---|---|
|Date|Date|YYYY-MM-DD|
|DateTime|DateTime|YYYY-MM-DD HH:MM:SS|
|Polish identity card|IdCard|XXX12323|
|IP ver 4 address|IPv4|192.168.1.1|
|MAC address|Mac||
|Polish KRS|Krs||
|Polish NIP|Nip||
|Polish REGON|Regon||
|Polish bank account|Nrb||
|Polish PESEL|Pesel||
|Polish postal code|Pna||


### Using

Expand Down

0 comments on commit 53bd9fd

Please sign in to comment.