This repository was archived by the owner on Jul 4, 2023. It is now read-only.
SimpleRequest 2
- 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.