rinvex/laravel-auth

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.editorconfig
.gitattributes
.github/dependabot.yml
.gitignore
.scrutinizer.yml
.styleci.yml
.travis.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
composer.json
phpstan.neon.dist
phpunit.xml.dist
src/Console/Commands/PublishCommand.php19
src/Contracts/AuthenticatableTwoFactorContract.php7
src/Contracts/CanResetPasswordContract.php8
src/Contracts/CanVerifyEmailContract.php9
src/Contracts/CanVerifyPhoneContract.php10
src/Contracts/EmailVerificationBrokerContract.php14
src/Contracts/EmailVerificationBrokerFactoryContract.php7
src/Contracts/PasswordResetBrokerContract.php8
src/Providers/AuthServiceProvider.php25
src/Services/EmailVerificationBroker.php92
src/Services/EmailVerificationBrokerManager.php48
C
1 day
src/Services/PasswordResetBroker.php94
src/Services/PasswordResetBrokerManager.php48
C
1 day
src/Support/helpers.php8
src/Traits/AuthenticatableTwoFactor.php10
src/Traits/CanResetPassword.php15
src/Traits/CanVerifyEmail.php19
src/Traits/CanVerifyPhone.php23
src/Traits/HasHashables.php15