tuyakhov/yii2-notifications

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
README.md
composer.json
phpunit.xml.dist
src/NotifiableInterface.php8
src/NotifiableTrait.php49
A
25 mins
src/NotificationInterface.php8
src/NotificationTrait.php29
A
25 mins
src/Notifier.php54
A
3 hrs
src/behaviors/NotifiableBehavior.php61
A
55 mins
src/behaviors/ReadableBehavior.php32
src/channels/ActiveRecordChannel.php34
src/channels/ChannelInterface.php8
src/channels/MailChannel.php27
src/channels/SlackChannel.php35
src/channels/TelegramChannel.php69
A
1 hr
src/channels/TwilioChannel.php50
src/events/NotificationEvent.php12
src/messages/AbstractMessage.php9
src/messages/DatabaseMessage.php6
src/messages/MailMessage.php8
src/messages/SlackMessage.php6
src/messages/SmsMessage.php8
src/messages/TelegramMessage.php9
src/migrations/m180824_090744_create_notification_table.php26
src/migrations/m181112_171335_add_data_column.php14
src/models/Notification.php41