Davide Pastore

Results 30 issues of Davide Pastore

Related to #103.

Requested in #97 .

Close #73.

Refers to #72.

I'm using the IP validator and I'd like to not use the range but a single IP or a series of IP. For example: ```php v::ip('127.0.0.1')->validate('127.0.0.1'); v::ip(['127.0.0.1', '127.0.0.2'])->validate('127.0.0.1'); ``` You...

Bug

enhancement
help wanted

- [X] Update the source code; - [x] Create some tests with nested structures or empty array as input - [x] Update the documentation - [ ] Create a test...

enhancement

References #6 . Take a look to https://github.com/justinrainbow/json-schema and https://github.com/moffe42/json-schema-middleware .

enhancement
help wanted