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

SimpleRequest 2

Choose a tag to compare

@mcustiel mcustiel released this 24 May 10:30
· 108 commits to master since this release
  • Added new Filters and Validators.
    ** Filters: Float (cast), Integer (cast), RegexReplace (preg_replace) and StringReplace (str_replace).
    ** Validators: Hexa, Alpha, AlphaNumeric, they internally call ctype functions.
  • Added new ParseAs annotation, to parse subobjects.
  • Now, AllErrorsRequestParser and FirstErrorRequestParser don't need different code when being called.
  • RequestBuilder::parseRequest now can be called with an array or a stdClass object.
  • Bugfixes.