richard4339 / pipsqueek-telegrambundle
PipSqueek Telegram Bundle
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/richard4339/pipsqueek-telegrambundle
Requires
- irazasyed/telegram-bot-sdk: ^2.1
- symfony/console: ^3.0
- symfony/framework-bundle: ^3.0
Requires (Dev)
- symfony/phpunit-bridge: ^3.0
This package is auto-updated.
Last update: 2020-10-11 17:54:09 UTC
README
A Symfony 3.2 Bundle for pushing a message through a Telegram bot
Command Line Usage
Usage is special because of the chatID being a number which the Symfony CLI does not support out of the box. An additional -- is required before the first argument
php bin/console -- -12345 This is a test message
Installation
Using Composer
composer require richard4339/pipsqueek-telegrambundle
Requirements
Bundle is written specifically for Symfony 3.2.8, but may work with other versions. Testing is occurring in PHP 7 only, but should work with PHP 5.6+