yii2-at-least-validator
yii2-at-least-validator copied to clipboard
Standards
To discuss later:
- what about just codeonyii\validators; namespace? Following the same Yii's package name.
- I am wondering if we can use the src folder to every extension and put every source code there. Let me know what you are thinking.
What is missing:
- Scrutinizer
- Travis CI
I think a good idea codeonyii/validators instead the current codeonyii\yii2validators but since it breaks BC (very easy to fix but still a breaking) I will change in a major update :+1:. We should standardize some others namespaces (codeonyii\widgets, codeonyii\modules, etc) and this is why i used that one.
Do you know any real need/use-case to use a src folder? Any well known standard? If you point me, we could discuss a standard too.
Thanks for the missing standards discussed in code-on-yii/definicoes#4. It is in my working list... coming soon.