kodekeep/laravel-notification-methods

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