Skip to content

Commit

Permalink
README: add integrations links
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Jun 5, 2018
1 parent 07102a7 commit 7940983
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -48,3 +48,10 @@ Note: This is not RFC 5321 compliant, however in practice all major mail provide
echo($emailAddress->getLocalPart()); // Real.example+suffix
echo($emailAddress->getDomain()); // xn--hkyrky-ptac70bc.cz
```


Integrations
------------

- [nepada/email-address-doctrine](https://github.com/nepada/email-address-doctrine) - Email address type for Doctrine.
- [nepada/email-address-input](https://github.com/nepada/email-address-input) - Email address form input for Nette forms.

0 comments on commit 7940983

Please sign in to comment.