|
| 1 | +**This package is abandoned and no longer maintained. The author suggests using the |
| 2 | +[build-in PHP Censor plugin](https://github.com/php-censor/php-censor/blob/master/docs/en/plugins/telegram.md) |
| 3 | +instead.** |
| 4 | + |
1 | 5 | [](https://insight.sensiolabs.com/projects/2b29555d-8b58-4987-bc10-f06f80835a92)
|
2 | 6 |
|
3 | 7 | [](https://www.codacy.com/app/LEXASOFT/PHP-Censor-Telegram-Plugin)
|
| 8 | + |
4 | 9 | # PHP-Censor-Telegram-Plugin
|
| 10 | + |
5 | 11 | Telegram plugin for [PHP Censor](https://github.com/php-censor/php-censor)
|
| 12 | + |
6 | 13 | # Installation
|
| 14 | + |
7 | 15 | First of all - `composer require lexasoft/php-censor-telegram-plugin`
|
8 | 16 |
|
9 | 17 | # Add to project
|
| 18 | + |
10 | 19 | In the PHP Censor Project config section add the Telegram trigger
|
| 20 | + |
11 | 21 | ```
|
12 | 22 | complete:
|
13 | 23 | telegram:
|
|
0 commit comments