Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

json-schema-like validation

Choose a tag to compare

@mcustiel mcustiel released this 15 May 20:41
· 131 commits to master since this release
  • Issue 1: Validator compliance with JSON schema. Created validators in the style of json-schema but adapted to php-simple-request and the functionality of php (Example: properties/additionalProperties work with stdClass AND associative arrays).
  • Added more unit tests.
  • Bugfixes.