pachico/magoo

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.editorconfig
.gitignore
.styleci.yml
.travis.yml
CHANGELOG.md
CONDUCT.md
CONTRIBUTING.md
LICENSE.md
README.md
composer.json
composer.lock
phpunit.xml.dist
examples/01-usage.php9
examples/02-email.php7
examples/03-creditcard.php7
examples/04-regex.php7
examples/05-reset.php9
examples/06-custom.php22
examples/07-logger.php20
examples/08-array.php15
src/Magoo.php67
src/MagooArray.php46
src/MagooLogger.php74
src/Mask/Creditcard.php37
A
55 mins
src/Mask/Email.php60
src/Mask/MaskInterface.php7
src/Mask/Regex.php29
src/MaskManagerInterface.php10
src/Validator/Luhn.php26
src/Validator/ValidatorInterface.php6