seatplus / telegram-channel
implements notifications for telegram
Fund package maintenance!
:vendor_name
Requires
- php: ^8.0
- composer/composer: ^2.1
- illuminate/contracts: ^8.37
- laravel-notification-channels/telegram: ^0.5.1
- seatplus/notifications: ^0.1
- socialiteproviders/telegram: ^4.1.2
Requires (Dev)
- brianium/paratest: ^6.2
- nunomaduro/collision: ^5.3
- orchestra/testbench: ^6.15
- pestphp/pest: ^1.11
- pestphp/pest-plugin-laravel: ^1.1
- pestphp/pest-plugin-watch: 1.x-dev
- phpunit/phpunit: ^9.3
README
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
composer require seatplus/telegram-channel
You run the migrations with:
php artisan migrate
Configuration
- create a bot by contacting @BotFather (opens new window) (https://core.telegram.org/bots#6-botfather)
- set your website domain using
/setdomain
(f.e. http://yourdomain.tld) - set
.env
variables
TELEGRAM_BOT_NAME= TELEGRAM_TOKEN= TELEGRAM_REDIRECT_URI=http://yourdomain.tld/auth/telegram/callback
make sure to replace yourdomain.tld
with your actual domain.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.