dms/dms-filter
Filter and sanitize object properties via PHP attributes. Annotate fields with rules like Trim, StripTags, and StripNewlines, then run a Filter service to clean entity values automatically—ideal alongside Symfony Validator and for consistent input normalization.
This release updates the library to be fully used with PHP7.
Scalar suffix to not clash with reserved wordsself in RegExp filter was returning the original value not the new updated one, this seems to be a change in PHP, so we now use static which makes it more friendly to extensions.This release improves the code for the whole library and also adds new filters.
How can I help you explore Laravel packages today?