adamwathan/form

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitattributes
.gitignore
.travis.yml
LICENSE
composer.json
phpunit.xml
readme.md
src/AdamWathan/Form/Binding/BoundData.php56
src/AdamWathan/Form/Elements/Button.php22
src/AdamWathan/Form/Elements/Checkbox.php77
src/AdamWathan/Form/Elements/Date.php25
A
1 hr
src/AdamWathan/Form/Elements/DateTimeLocal.php25
A
1 hr
src/AdamWathan/Form/Elements/Element.php116
src/AdamWathan/Form/Elements/Email.php8
src/AdamWathan/Form/Elements/File.php8
src/AdamWathan/Form/Elements/FormControl.php49
src/AdamWathan/Form/Elements/FormOpen.php84
src/AdamWathan/Form/Elements/Hidden.php8
src/AdamWathan/Form/Elements/Input.php19
src/AdamWathan/Form/Elements/Label.php53
src/AdamWathan/Form/Elements/Password.php8
src/AdamWathan/Form/Elements/RadioButton.php16
src/AdamWathan/Form/Elements/Select.php92
src/AdamWathan/Form/Elements/Text.php24
src/AdamWathan/Form/Elements/TextArea.php50
src/AdamWathan/Form/ErrorStore/ErrorStoreInterface.php7
src/AdamWathan/Form/ErrorStore/IlluminateErrorStore.php39
src/AdamWathan/Form/Facades/Form.php10
src/AdamWathan/Form/FormBuilder.php236
B
4 hrs
src/AdamWathan/Form/FormServiceProvider.php41
src/AdamWathan/Form/OldInput/IlluminateOldInputProvider.php23
src/AdamWathan/Form/OldInput/OldInputInterface.php7