zendframework / zend-inputfilter

InputFilter component from Zend Framework
BSD 3-Clause "New" or "Revised" License
64 stars 50 forks source link

[Refactor] ZF3 #13

Open bakura10 opened 8 years ago

bakura10 commented 8 years ago

Hi everyone,

Some years ago I've started a big refactor of Input Filter. You can see the initial work there: https://github.com/zf-fr/input-filter/pull/1

The idea was to take advantage of stateless component, by re-using refactored validator and filter components (made stateless too). It also aimed to be much faster, as well as simplify some concepts (mostly related to continue_if_empty, allow_empty... although I don't remember the exact details as it's been a long time).

I won't work on this before we have refactored the validator and filter as it would be wasted work, but I open the thread just for refernece for people wanting to erefactor this one.

weierophinney commented 4 years ago

This repository has been closed and moved to laminas/laminas-inputfilter; a new issue has been opened at https://github.com/laminas/laminas-inputfilter/issues/14.