kodekeep/laravel-notification-methods

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
CHANGELOG.md
.gitattributes
.github/FUNDING.yml
README.md
.php_cs
phpunit.xml.dist
LICENSE
coverage.xml
.gitignore
.editorconfig
CONTRIBUTING.md
composer.json
.github/workflows/format.yml
.github/workflows/test.yml
src/Http/Requests/UpdateNotificationMethodRequest.php6
A
0 mins
src/Concerns/HasNotificationMethods.php12
A
0 mins
src/Channels/MailChannel.php14
A
0 mins
src/Channels/SlackChannel.php16
A
0 mins
src/Providers/NotificationMethodsServiceProvider.php22
A
0 mins
src/Channels/DiscordChannel.php23
B
4 hrs
src/Channels/PushoverChannel.php23
A
0 mins
src/Channels/PushbulletChannel.php24
A
0 mins
src/Http/Requests/StoreNotificationMethodRequest.php26
A
0 mins
src/Channels/WebhookChannel.php26
B
4 hrs
database/migrations/2020_02_10_000000_create_notification_methods_table.php27
A
0 mins
src/Models/NotificationMethod.php27
A
0 mins
src/Channels/NexmoChannel.php32
A
0 mins
src/Channels/Recipient.php47
A
0 mins