An integration library for the SValidator validation library with the Play! framework.
svalidator-play is published to Maven Central for Scala 3. Add the following to your build.sbt:
libraryDependencies += "com.magaran" %% "svalidator-play" % "0.1.0"svalidator-play transitively depends on svalidator, so it's not necessary to add both to your project.
Check the wiki for full documentation, including installation details, body parser setup, binding validators, localization, and more.
MIT