Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vonglasow/domain-assertions
https://github.com/vonglasow/domain-assertions
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vonglasow/domain-assertions
- Owner: vonglasow
- Created: 2016-01-05T09:08:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-11T13:18:29.000Z (about 8 years ago)
- Last Synced: 2024-11-06T22:45:08.883Z (2 months ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
atoum/domain-assertions [![Build Status](https://travis-ci.org/vonglasow/domain-assertions.svg?branch=master)](https://travis-ci.org/vonglasow/domain-assertions)
=======Provide another assertions to verify more complex elements.
How to use it
=======```
"require-dev": {
"atoum/atoum": "~2.0",
"atoum/domain-assertions": "~0.0"
}
```How to contribute
======Clone the project and run `make all` now you can add class and test then make a PR ;)
To check all tests just run `make test`Assertions
=======- iban:
* isValid
- email:
* isValid
- cb:
* isVisa
* isMasterCard
* isAmericanExpress
* isDinersClub
* isDiscover
* isJcb
- ip:
* isIpv4
* isIpv6