PHPackages                             californiamountainsnake/longmantelegrambot-utils - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. californiamountainsnake/longmantelegrambot-utils

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

californiamountainsnake/longmantelegrambot-utils
================================================

This is the set of util traits intended for the longman/telegram-bot library!

1.1.24(6y ago)0270[1 PRs](https://github.com/CaliforniaMountainSnake/longmantelegrambot-utils/pulls)3MITPHPPHP ^7.2

Since Jul 22Pushed 4y agoCompare

[ Source](https://github.com/CaliforniaMountainSnake/longmantelegrambot-utils)[ Packagist](https://packagist.org/packages/californiamountainsnake/longmantelegrambot-utils)[ RSS](/packages/californiamountainsnake-longmantelegrambot-utils/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (5)Versions (28)Used By (3)

longmantelegrambot-utils
========================

[](#longmantelegrambot-utils)

This is the set of util traits intended for the longman/telegram-bot library!

Functionality:
--------------

[](#functionality)

- Easily send text messages in one line.

Install:
--------

[](#install)

### Require this package with Composer

[](#require-this-package-with-composer)

Install this package through [Composer](https://getcomposer.org/). Edit your project's `composer.json` file to require `californiamountainsnake/longmantelegrambot-utils`:

```
{
    "name": "yourproject/yourproject",
    "type": "project",
    "require": {
        "php": "^7.2",
        "californiamountainsnake/longmantelegrambot-utils": "*"
    }
}
```

and run `composer update`

### or

[](#or)

run this command in your command line:

```
composer require californiamountainsnake/longmantelegrambot-utils
```

Usage:
------

[](#usage)

1. Create your custom bot command as usual.
2. Use needed traits and realise the abstract traits' methods:

```
