.editorconfig | |
|
|
.github/FUNDING.yml | |
|
|
.github/ISSUE_TEMPLATE/bug_report.md | |
|
|
.github/ISSUE_TEMPLATE/custom.md | |
|
|
.github/dependabot.yml | |
|
|
.github/workflows/dependabot-auto-merge.yml | |
|
|
.github/workflows/php-cs-fixer.yml | |
|
|
.github/workflows/phpstan.yml | |
|
|
.github/workflows/setup_test.yml | |
|
|
.github/workflows/update-changelog.yml | |
|
|
.gitignore | |
|
|
.php-cs-fixer.dist.php | 37 | A 0 mins |
|
.scrutinizer.yml | |
|
|
.styleci.yml | |
|
|
CHANGELOG.md | |
|
|
LICENSE | |
|
|
README.md | |
|
|
UPGRADING.md | |
|
|
common/helpers.php | 89 | A 1 hr |
|
composer.json | |
|
|
install.sh | |
|
|
phpstan.neon.dist | |
|
|
phpunit.xml.dist | |
|
|
src/Bot.php | 47 | A 0 mins |
|
src/Constants/EventConstant.php | 19 | A 0 mins |
|
src/Constants/NotificationConstant.php | 8 | A 0 mins |
|
src/Constants/SettingConstant.php | 18 | A 0 mins |
|
src/Exceptions/BotException.php | 14 | A 0 mins |
|
src/Exceptions/CallbackException.php | 10 | A 0 mins |
|
src/Exceptions/ConfigFileException.php | 13 | A 0 mins |
|
src/Exceptions/EntryNotFoundException.php | 17 | A 0 mins |
|
src/Exceptions/InvalidViewTemplateException.php | 16 | A 0 mins |
|
src/Exceptions/MessageIsEmptyException.php | 9 | A 0 mins |
|
src/Exceptions/SendNotificationException.php | 9 | A 0 mins |
|
src/Exceptions/TelegramGitNotifierException.php | 14 | A 0 mins |
|
src/Exceptions/WebhookException.php | 21 | A 0 mins |
|
src/Helpers/ConfigHelper.php | 44 | A 0 mins |
|
src/Interfaces/BotInterface.php | 17 | A 0 mins |
|
src/Interfaces/EventInterface.php | 13 | A 0 mins |
|
src/Interfaces/SettingInterface.php | 29 | A 0 mins |
|
src/Interfaces/Structures/AppInterface.php | 19 | A 0 mins |
|
src/Interfaces/Structures/NotificationInterface.php | 17 | A 0 mins |
|
src/Interfaces/WebhookInterface.php | 12 | A 0 mins |
|
src/Models/Event.php | 47 | A 0 mins |
|
src/Models/Setting.php | 76 | A 0 mins |
|
src/Notifier.php | 51 | A 45 mins |
|
src/Objects/Validator.php | 39 | A 25 mins |
|
src/Structures/App.php | 116 | A 0 mins |
|
src/Structures/Notification.php | 79 | A 0 mins |
|
src/Structures/TelegramBot.php | 26 | A 0 mins |
|