skobkin/simple-telegram-poster

Simple implementation which alows user to post texts to Telegram channels or groups using Telegram Bot API

dev-master 2018-01-31 15:53 UTC

This package is auto-updated.

Last update: 2024-03-29 04:04:40 UTC


README

Installation

# For usage (from Packagist)
composer create-project skobkin/simple-telegram-poster
# For development (from Git)
git clone git@bitbucket.org:skobkin/telegram-poster-form.git
cd telegram-poster-form && composer install

Configuration

cp config/parameters.yml.dist config/parameters.yml

Edit config/parameters.yml configuration file according to your needs.

Running

# From the project root directory
php -S localhost:8000 -t public