richard4339/pipsqueek-telegrambundle

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (v1.0.1) of this package.

PipSqueek Telegram Bundle

v1.0.1 2017-05-29 17:01 UTC

This package is auto-updated.

Last update: 2020-10-11 17:54:09 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License composer.lock Build Status

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+