.codeclimate.json | |
|
|
.gitattributes | |
|
|
.github/dependabot.yml | |
|
|
.github/workflows/auto-fix.yml | |
|
|
.github/workflows/auto-merge.yml | |
|
|
.github/workflows/lint.yml | |
|
|
.github/workflows/shiftleft-analysis.yml | |
|
|
.github/workflows/tests.yml | |
|
|
.github/workflows/update-changelog.yaml | |
|
|
.github/workflows/update-copyright-years-in-license-file.yml | |
|
|
.gitignore | |
|
|
.scrutinizer.yml | |
|
|
CHANGELOG.md | |
|
|
LICENSE | |
|
|
README.md | |
|
|
composer.json | |
|
|
docs/_config.yml | |
|
|
docs/index.md | |
|
|
docs/jetbrains.svg | |
|
|
ecs.php | 15 | A 0 mins |
|
phpstan.neon | |
|
|
phpunit.xml.dist | |
|
|
rector.php | 33 | A 0 mins |
|
src/Channels/SmsChannel.php | 55 | A 0 mins | A 100% |
src/Commands/SmsSwitchConnectionCommand.php | 104 | A 0 mins | A 97% |
src/Connectors/ConnectionFactory.php | 10 | A 0 mins | A 100% |
src/Connectors/Connector.php | 92 | A 0 mins | A 100% |
src/Events/SmsSending.php | 15 | A 0 mins | A 100% |
src/Events/SmsSent.php | 17 | A 0 mins | A 100% |
src/Exceptions/CouldNotSendNotification.php | 20 | A 0 mins | A 100% |
src/Exceptions/Exception.php | 6 | A 0 mins | F 0% |
src/Exceptions/InvalidArgumentException.php | 6 | A 0 mins | F 0% |
src/Facades/Sms.php | 11 | A 0 mins | A 100% |
src/Gateways/LogGateway.php | 28 | A 0 mins | A 100% |
src/Gateways/MeilianGateway.php | 42 | A 0 mins | A 100% |
src/Gateways/NullGateway.php | 17 | A 0 mins | A 100% |
src/Gateways/YunpianGateway.php | 34 | A 0 mins | A 100% |
src/Notifications/VerificationCode.php | 23 | A 0 mins | A 100% |
src/SmsManager.php | 27 | A 0 mins | A 100% |
src/SmsMessage.php | 22 | A 0 mins | A 100% |
src/SmsNumber.php | 13 | A 0 mins | A 100% |
src/SmsServiceProvider.php | 60 | A 0 mins | B 88% |
src/VerificationCodeManager.php | 43 | A 0 mins | A 100% |