Skip to content

Commit e8d9505

Browse files
authored
Add phone numbers extension to guide (#716)
1 parent 1927668 commit e8d9505

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/guide/en/extensions.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Extensions
22

33
The validator's architecture allows to replenish its missing functionality via extensions. A few already exist
4-
and are available for usage. Note that they are not official in terms of not being part of Yiisoft packages.
4+
and are available for usage:
5+
6+
| Name | Link | Author |
7+
|---------------------------|------------------------------------------------------|-------------|
8+
| Scenarios like in Yii 2 | https://github.com/vjik/yii-validator-scenarios | @vjik |
9+
| Wrapper for Symfony rules | https://github.com/vjik/yii-validator-symfony-rule | @vjik |
10+
| Phone numbers validation | https://github.com/beastbytes/phone-number-validator | @beastbytes |
11+
12+
Note that they are not official in terms of not being part of Yiisoft packages.
513

614
## Scenarios
715

0 commit comments

Comments
 (0)