https://github.com/rindow/rindow-validation
Entity object validator
https://github.com/rindow/rindow-validation
bean-validation entity-validation framework jsr349 php
Last synced: about 1 year ago
JSON representation
Entity object validator
- Host: GitHub
- URL: https://github.com/rindow/rindow-validation
- Owner: rindow
- License: bsd-3-clause
- Created: 2018-11-30T07:55:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T01:17:38.000Z (about 6 years ago)
- Last Synced: 2025-02-17T02:25:55.808Z (over 1 year ago)
- Topics: bean-validation, entity-validation, framework, jsr349, php
- Language: PHP
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rindow Validation
=================
Master: [](https://travis-ci.com/rindow/rindow-validation)
It is an object validator similar to the JSR-303.
Constraints are defined in annotations.
When applied to an entity(bean) object, it can be applied in both file base and annotation.