An open API service indexing awesome lists of open source software.

https://github.com/mxrvx/telegram-bot

Telegram bot for MODX Revolution
https://github.com/mxrvx/telegram-bot

modx modx-revolution telegram

Last synced: 6 months ago
JSON representation

Telegram bot for MODX Revolution

Awesome Lists containing this project

README

          

# Telegram bot for MODX Revolution

## Installation and configuration

Install the package via composer:

```
composer require --dev mxrvx/telegram-bot
```
[![PHP](https://img.shields.io/packagist/php-v/mxrvx/telegram-bot.svg?style=flat-square&logo=php)](https://packagist.org/packages/mxrvx/telegram-bot)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/mxrvx/telegram-bot.svg?style=flat-square&logo=packagist)](https://packagist.org/packages/mxrvx/telegram-bot)
[![License](https://img.shields.io/packagist/l/mxrvx/telegram-bot.svg?style=flat-square)](LICENSE)
[![Total Downloads](https://img.shields.io/packagist/dt/mxrvx/telegram-bot.svg?style=flat-square)](https://packagist.org/packages/mxrvx/telegram-bot)

## Configuration

## Install
```
composer require mxrvx/telegram-bot --update-no-dev
composer exec mxrvx-telegram-bot install
```

## Update
```
composer require mxrvx/telegram-bot --no-dev
composer exec mxrvx-telegram-bot install
```

## Remove
```
composer exec mxrvx-telegram-bot remove
composer remove mxrvx/telegram-bot
```

## Feedback

I will be glad to see your ideas, suggestions and questions in [issues](https://github.com/mxrvx/telegram-bot/issues).